mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-25 04:28:30 +00:00
fix typo
This commit is contained in:
parent
ccc90108df
commit
bcac3c5b84
@ -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…
x
Reference in New Issue
Block a user