From e8402858b132cad37ec3a91be65903db2c35a683 Mon Sep 17 00:00:00 2001 From: "mathias.chouet" <mathias.chouet@irstea.fr> Date: Tue, 26 Nov 2019 14:05:58 +0100 Subject: [PATCH] Typo --- src/base.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/base.ts b/src/base.ts index 6b94aad0..b0465b31 100644 --- a/src/base.ts +++ b/src/base.ts @@ -112,7 +112,7 @@ export function floatDivAndMod(a: number, b: number, e: number = 1E-7): { q: num * number of decimals specified in app preferences; if given number is too low and * more decimals would be needed, keep as much significative digits as the number of * decimals specified in app preferences, except potential trailing zeroes; - * returns "ERR" is value is not a number or is undefined + * returns "ERR" if value is not a number or is undefined * * ex. with 3 decimals: * 1 => 1.000 -- GitLab