Skip to content

Commit

Permalink
chore: fix notation
Browse files Browse the repository at this point in the history
  • Loading branch information
danigb committed Jan 3, 2025
1 parent 0c16143 commit 04eb532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 04eb532

Please sign in to comment.