From e893acba36fa65b4bfedf67314947f1a83abf17d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Albert=20Ma=C3=B1osa?= Date: Mon, 1 May 2023 20:41:53 +0200 Subject: [PATCH] docs(accidental): improve `semitones` description --- lib/src/note/accidental.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.