Skip to content

Commit

Permalink
📖 docs(README): fix typo in Note usage example
Browse files Browse the repository at this point in the history
  • Loading branch information
albertms10 committed Aug 28, 2023
1 parent 1109dd5 commit b93c589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Define `Note`s from the musical scale:
```dart
Note.c; // C
Note.d; // D
Note.f; // D
Note.f; // F
```

Alter them:
Expand Down

0 comments on commit b93c589

Please sign in to comment.