Revert "Fix document typo" (#821)

This commit is contained in:
Jarl Gullberg 2018-10-07 17:15:18 +02:00 committed by GitHub
parent 924781c921
commit 5426fcaa46
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>
/// Defines the value of Pi divided by four as a <see cref="System.Single"/>.
/// Definesthe value of Pi divided by four as a <see cref="System.Single"/>.
/// </summary>
public const float PiOver4 = Pi / 4;