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 b37a718..6e2d1c1 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 a2d4109..9100f9c 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);