Remove erroneous comment slashes
authorFraser Waters <frassle@gmail.com>
Sat, 26 Aug 2017 12:09:38 +0000 (13:09 +0100)
committerFraser Waters <frassle@gmail.com>
Sun, 17 Sep 2017 13:34:20 +0000 (14:34 +0100)
src/OpenTK/Math/Vector3.cs
src/OpenTK/Math/Vector3d.cs

index b37a718481f2c4d029bc489a1ddb0eb55b8f5ceb..6e2d1c11904f46df7c1a50612e60d21998a021a2 100644 (file)
@@ -237,7 +237,7 @@ namespace OpenTK
         public static readonly Vector3 UnitY = new Vector3(0, 1, 0);
 
         /// <summary>
-        /// /// Defines a unit-length Vector3 that points towards the Z-axis.
+        /// Defines a unit-length Vector3 that points towards the Z-axis.
         /// </summary>
         public static readonly Vector3 UnitZ = new Vector3(0, 0, 1);
 
index a2d4109ed72ef1c2ccb2ddd8c4a1db1986ef472d..9100f9cd9bc90477bf27bc47e7211ce3b6e8fc46 100644 (file)
@@ -235,7 +235,7 @@ namespace OpenTK
         public static readonly Vector3d UnitY = new Vector3d(0, 1, 0);
 
         /// <summary>
-        /// /// Defines a unit-length Vector3d that points towards the Z-axis.
+        /// Defines a unit-length Vector3d that points towards the Z-axis.
         /// </summary>
         public static readonly Vector3d UnitZ = new Vector3d(0, 0, 1);