adjust wording
This commit is contained in:
parent
7fc8f1c5c9
commit
3abcc59874
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ export const xen = register('xen', function (scaleNameOrRatios, pat) {
|
||||||
haps = haps.map(hap=>{
|
haps = haps.map(hap=>{
|
||||||
let hVal = hap.value
|
let hVal = hap.value
|
||||||
const isObject = typeof hVal === 'object';
|
const isObject = typeof hVal === 'object';
|
||||||
// If hVal is a pure value, place it on `n` so that we interpret it as a scale degree
|
// If hVal is a pure value, place it on `n` so that we interpret it as an edoStep
|
||||||
hVal = isObject ? hVal : { n: hVal };
|
hVal = isObject ? hVal : { n: hVal };
|
||||||
const { n, value, ...otherValues } = hVal;
|
const { n, value, ...otherValues } = hVal;
|
||||||
const scale = getXenScale(scaleNameOrRatios);
|
const scale = getXenScale(scaleNameOrRatios);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue