diff --git a/lib/src/note/accidental.dart b/lib/src/note/accidental.dart index f6a6c2ad..5ac3548f 100644 --- a/lib/src/note/accidental.dart +++ b/lib/src/note/accidental.dart @@ -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.