Browse Source

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

pull/1707/head
davhojt 2 years 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 ```dart
void main() { void main() {
print("Hello, World!"); print("Hello, world!");
} }
``` ```

Loading…
Cancel
Save