From 211fceddf7d4acfd0e49e0513a291e4426ad5e3a Mon Sep 17 00:00:00 2001 From: Fraser Waters Date: Sat, 26 Aug 2017 13:09:38 +0100 Subject: [PATCH] Remove erroneous comment slashes --- src/OpenTK/Math/Vector3.cs | 2 +- src/OpenTK/Math/Vector3d.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/OpenTK/Math/Vector3.cs b/src/OpenTK/Math/Vector3.cs index b37a7184..6e2d1c11 100644 --- a/src/OpenTK/Math/Vector3.cs +++ b/src/OpenTK/Math/Vector3.cs @@ -237,7 +237,7 @@ namespace OpenTK public static readonly Vector3 UnitY = new Vector3(0, 1, 0); /// - /// /// Defines a unit-length Vector3 that points towards the Z-axis. + /// Defines a unit-length Vector3 that points towards the Z-axis. /// public static readonly Vector3 UnitZ = new Vector3(0, 0, 1); diff --git a/src/OpenTK/Math/Vector3d.cs b/src/OpenTK/Math/Vector3d.cs index a2d4109e..9100f9cd 100644 --- a/src/OpenTK/Math/Vector3d.cs +++ b/src/OpenTK/Math/Vector3d.cs @@ -235,7 +235,7 @@ namespace OpenTK public static readonly Vector3d UnitY = new Vector3d(0, 1, 0); /// - /// /// Defines a unit-length Vector3d that points towards the Z-axis. + /// Defines a unit-length Vector3d that points towards the Z-axis. /// public static readonly Vector3d UnitZ = new Vector3d(0, 0, 1);