From 04eb532e0148df59a8c852db51678e28c94f6f32 Mon Sep 17 00:00:00 2001 From: danigb Date: Fri, 3 Jan 2025 11:56:20 +0100 Subject: [PATCH] chore: fix notation --- docs/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 6ca0a0cd..6a650863 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -10,7 +10,7 @@ Typescript types `NoteType` and `IntervalType` are now exported: import { Interval, IntervalType, Note, NoteType } from "tonal"; const note: NoteType = Note.get("C4"); -const interval: IntervalType = Interval.get("P4"); +const interval: IntervalType = Interval.get("4P"); ``` ## 6.3.0