commit fc3b9f161f90dc7d05f735a6b742da41a76309cf
Author: Leszek Koltunski <leszek@koltunski.pl>
Date:   Sun Mar 7 22:53:27 2021 +0100

    Correct a comment for Javadoc.

diff --git a/src/main/java/org/distorted/library/mesh/MeshQuad.java b/src/main/java/org/distorted/library/mesh/MeshQuad.java
index 1fec8fc..5726694 100644
--- a/src/main/java/org/distorted/library/mesh/MeshQuad.java
+++ b/src/main/java/org/distorted/library/mesh/MeshQuad.java
@@ -21,7 +21,7 @@ package org.distorted.library.mesh;
 
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 /**
- * Create a quad, i.e. two triangles with vertices at (+-0.5,+-0.5).
+ * Create a quad - two triangles with vertices at (+-0.5,+-0.5).
  * <p>
  * Mainly to have a simple example showing how to create a Mesh; otherwise a MeshQuad can be perfectly
  * emulated by a MeshRectangles(1,1) or a MeshCubes(1,1,0).
