Merge pull request #817 from acid-chicken/patch-1

Fix document typo
This commit is contained in:
varon 2018-10-01 17:23:41 +02:00 committed by GitHub
commit 924781c921
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,7 +32,7 @@ namespace OpenTK
public const float PiOver3 = Pi / 3;
/// <summary>
/// Definesthe value of Pi divided by four as a <see cref="System.Single"/>.
/// Defines the value of Pi divided by four as a <see cref="System.Single"/>.
/// </summary>
public const float PiOver4 = Pi / 4;