fix typo
This commit is contained in:
parent
ccc90108df
commit
bcac3c5b84
1 changed files with 1 additions and 1 deletions
|
|
@ -314,7 +314,7 @@ export const undegradeBy = register('undegradeBy', function (x, pat) {
|
|||
);
|
||||
});
|
||||
|
||||
export const undegrade = register('degrade', (pat) => pat._undegradeBy(0.5));
|
||||
export const undegrade = register('undegrade', (pat) => pat._undegradeBy(0.5));
|
||||
|
||||
/**
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue