Fixed super duper major typo that would've totally been worth making a PR over
This commit is contained in:
parent
1f4676d997
commit
23545a9d33
1 changed files with 1 additions and 1 deletions
|
@ -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 |
|
||||||
|
|
Loading…
Reference in a new issue