Fixed super duper major typo that would've totally been worth making a PR over

This commit is contained in:
thepaperpilot 2022-07-14 22:40:54 -05:00
parent 1f4676d997
commit 23545a9d33

View file

@ -306,7 +306,7 @@ export function createLinearScaling(
* @param base The base variable in the scaling formula. * @param base The base variable in the scaling formula.
* @param exponent The exponent variable in the scaling formula. * @param exponent The exponent variable in the scaling formula.
* @example * @example
* A scaling function created via `createLinearScaling(10, 0.5)` would produce the following values: * A scaling function created via `createPolynomialScaling(10, 0.5)` would produce the following values:
* | Base Resource | Current Gain | * | Base Resource | Current Gain |
* | ------------- | ------------ | * | ------------- | ------------ |
* | 10 | 1 | * | 10 | 1 |