From 5426fcaa462b3728b162d7fcf2f3a86472cec71f Mon Sep 17 00:00:00 2001 From: Jarl Gullberg Date: Sun, 7 Oct 2018 17:15:18 +0200 Subject: [PATCH] Revert "Fix document typo" (#821) --- src/OpenTK/Math/MathHelper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OpenTK/Math/MathHelper.cs b/src/OpenTK/Math/MathHelper.cs index 535fcd99..b073a9aa 100644 --- a/src/OpenTK/Math/MathHelper.cs +++ b/src/OpenTK/Math/MathHelper.cs @@ -32,7 +32,7 @@ namespace OpenTK public const float PiOver3 = Pi / 3; /// - /// Defines the value of Pi divided by four as a . + /// Definesthe value of Pi divided by four as a . /// public const float PiOver4 = Pi / 4;