Skip to content

Commit

Permalink
docs(accidental): improve semitones description
Browse files Browse the repository at this point in the history
  • Loading branch information
albertms10 committed May 1, 2023
1 parent 6b6e46d commit e893acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/note/accidental.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ part of '../../music_notes.dart';
/// An accidental.
@immutable
class Accidental implements MusicItem {
/// The value representing this [Accidental]:
/// The number of semitones above or below the natural note.
///
/// - `> 0` for sharps.
/// - `== 0` for natural.
Expand Down

0 comments on commit e893acb

Please sign in to comment.