From 23545a9d33a4fa82344b2468011db50c4b6bf1c1 Mon Sep 17 00:00:00 2001 From: thepaperpilot Date: Thu, 14 Jul 2022 22:40:54 -0500 Subject: [PATCH] Fixed super duper major typo that would've totally been worth making a PR over --- src/features/conversion.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/conversion.ts b/src/features/conversion.ts index d140cc3..d2a47d0 100644 --- a/src/features/conversion.ts +++ b/src/features/conversion.ts @@ -306,7 +306,7 @@ export function createLinearScaling( * @param base The base variable in the scaling formula. * @param exponent The exponent variable in the scaling formula. * @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 | * | ------------- | ------------ | * | 10 | 1 |