Skip to content

Commit

Permalink
docs(tonality): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
albertms10 committed Apr 5, 2023
1 parent 27b5d2a commit 3be3938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/classes/tonality.dart
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class Tonality implements Comparable<Tonality> {
note,
).abs();

/// Returns an [Accidental] of this [Tonality]’s key signature.
/// Returns the [Accidental] of this [Tonality]’s key signature.
///
/// Examples:
/// ```dart
Expand Down

0 comments on commit 3be3938

Please sign in to comment.