Browse Source

docs(intro): fix caps of Hello, world!

DEV-4178-Review-language-Flutter-Piscine
davhojt 1 year ago
parent
commit
2d57018134
No known key found for this signature in database
GPG Key ID: 29BFE853DB7E0677
  1. 2
      subjects/mobile-dev/intro/README.md

2
subjects/mobile-dev/intro/README.md

@ -14,7 +14,7 @@ Create a file named `intro.dart` with the following content and run it!
```dart
void main() {
print("Hello, World!");
print("Hello, world!");
}
```

Loading…
Cancel
Save