From ef733ad29cf9f2ba61f2acde85241daa0bb94605 Mon Sep 17 00:00:00 2001 From: nmsderp <130254323+nmsderp@users.noreply.github.com> Date: Fri, 18 Aug 2023 18:27:58 -0400 Subject: [PATCH] typo --- docs/wiki/math.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/wiki/math.md b/docs/wiki/math.md index 394b4f6..99c3934 100644 --- a/docs/wiki/math.md +++ b/docs/wiki/math.md @@ -1,4 +1,4 @@ -## Types of PI in fusion engine +## Types of PI in Fusion Engine These are used for certain miscellaneous math things. Full version of pi (3.141592653589793238462643383279502884197): @@ -9,7 +9,7 @@ A slightly smaller version that python's math library uses (3.141592653589793): ```python main.math.SMALLERPI ``` -An extermly shortened version of pi (3.14): +An extremely shortened version of pi (3.14): ```python main.math.SMALLPI ```