Skip to content

Commit

Permalink
docs(tuning_system): πŸ“– rename generator getter examples (#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
albertms10 committed Jan 12, 2024
1 parent b5d9532 commit 445831a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/src/tuning/tuning_system.dart
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ sealed class TuningSystem {
///
/// Example:
/// ```dart
/// const PythagoreanTuning().generatorCents == const Cent(701.96)
/// const EqualTemperament.edo12().generatorCents == const Cent(700)
/// const EqualTemperament.edo19().generatorCents == const Cent(694.74)
/// const PythagoreanTuning().generator == const Cent(701.96)
/// const EqualTemperament.edo12().generator == const Cent(700)
/// const EqualTemperament.edo19().generator == const Cent(694.74)
/// ```
///
/// ![Temperaments](https://upload.wikimedia.org/wikipedia/commons/4/4c/Rank-2_temperaments_with_the_generator_close_to_a_fifth_and_period_an_octave.jpg)
Expand Down

0 comments on commit 445831a

Please sign in to comment.