From 428bf02b7543084ef21ddbc1f628021aa17f55a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Acid=20Chicken=20=28=E7=A1=AB=E9=85=B8=E9=B6=8F=29?= Date: Mon, 1 Oct 2018 09:03:43 +0900 Subject: [PATCH] Update MathHelper.cs --- 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 b073a9aa..535fcd99 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; /// - /// Definesthe value of Pi divided by four as a . + /// Defines the value of Pi divided by four as a . /// public const float PiOver4 = Pi / 4;