diff --git a/src/main/java/de/neemann/digital/draw/graphics/GraphicMinMax.java b/src/main/java/de/neemann/digital/draw/graphics/GraphicMinMax.java index ff24df308..21519833b 100644 --- a/src/main/java/de/neemann/digital/draw/graphics/GraphicMinMax.java +++ b/src/main/java/de/neemann/digital/draw/graphics/GraphicMinMax.java @@ -69,7 +69,7 @@ public class GraphicMinMax extends Graphic { } /** - * Checks the given point a makes the bounding box larger if necessary + * Checks the given point and makes the bounding box larger if necessary. * * @param p the point to check */