Skip to content

Commit

Permalink
Fix a mistake in the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
frostburn committed Feb 12, 2024
1 parent 238f34d commit c9472d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/temperament.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ abstract class BaseTemperament {
/**
* Obtain the period and generator of a rank 2 temperament.
* @param options Options determining how the temperament is interpreted as a tuning and the units of the result.
* @returns A pair `[period, generator]` in cents (default) or the specified units.
* @returns An array of `[period, generators...]` in cents (default) or the specified units.
*/
periodGenerators(options?: TuningOptions): number[] {
const mappingOptions = Object.assign({}, options || {});
Expand Down

0 comments on commit c9472d8

Please sign in to comment.