From da37ae4375e6035e7f2c8b184ef6079cebfa1ca3 Mon Sep 17 00:00:00 2001
From: Don Brutzman <brutzman@nps.edu>
Date: Thu, 8 Oct 2020 18:40:34 -0700
Subject: [PATCH] fix HTML character entity

---
 src/edu/nps/moves/spatial/RangeCoordinates.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/edu/nps/moves/spatial/RangeCoordinates.java b/src/edu/nps/moves/spatial/RangeCoordinates.java
index ebf99cbe1f..7f01838258 100644
--- a/src/edu/nps/moves/spatial/RangeCoordinates.java
+++ b/src/edu/nps/moves/spatial/RangeCoordinates.java
@@ -44,7 +44,7 @@ import edu.nps.moves.dis7.pdus.Vector3Double;
  * We can also convert between these coordinate systems using standard libraries
  * in the SRM. <p>
  *
- * See User’s Manual for SRM Orientation, Velocity, & Acceleration
+ * See User’s Manual for SRM Orientation, Velocity, and Acceleration
  * Transformations Version 2.0, 18 Nov 2009, available with the
  * sedris Java SDK download.
  * 
-- 
GitLab