Skip to content

Commit

Permalink
docs: fix typo in README (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
kumabotz committed Apr 5, 2022
1 parent b239a7e commit 6643e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -48,7 +48,7 @@ class Person {
}
```

We can create create instances of `Person` like so:
We can create instances of `Person` like so:

```dart
void main() {
Expand Down

0 comments on commit 6643e92

Please sign in to comment.