diff --git a/src/main/java/org/myrobotlab/math/MapperSimple.java b/src/main/java/org/myrobotlab/math/MapperSimple.java index 3d5ff80960..a25d983c08 100644 --- a/src/main/java/org/myrobotlab/math/MapperSimple.java +++ b/src/main/java/org/myrobotlab/math/MapperSimple.java @@ -15,7 +15,7 @@ * The original Arduino map() method this was inspired from has no such values. * This was an attempt to "clean up" exposing the map to config. Otherwise, * users setting config would be asking the same questions regarding the useless - * fields Inverted & Clip + * fields Inverted and Clip * * * @author GroG