From 4c7bc041966854a86d4cf8ae749de098f978048d Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Thu, 3 Aug 2023 15:39:37 +1000 Subject: [PATCH] Tweak --- getting-started/math.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/getting-started/math.md b/getting-started/math.md index 1db60eb..b3c5c7b 100644 --- a/getting-started/math.md +++ b/getting-started/math.md @@ -114,11 +114,11 @@ This function returns the inverse tangent sine of `x` This function returns true if `x` is NaN, otherwise it returns false. -### chechIsFinite(x): bool +### checkIsFinite(x): bool This function returns true if `x` is finite, otherwise it returns false. -### chechIsInfinite(x): bool +### checkIsInfinite(x): bool This function returns true if `x` is Infinite, otherwise it returns false.