JAL-1831 updated json schema doc
[jalview.git] / src / jalview / json / binding / biojson / v1 / AlignmentPojo.java
index dfb60bc..f7f20bb 100644 (file)
@@ -33,7 +33,7 @@ public class AlignmentPojo
     required = false,
     minItems = 0,
     maxItems = 2147483647,
-    description = "A sequence group is a bracket of alignment residues spanning <br>across multiple columns and rows. These can be treated as a <br>sub-alignments.")
+    description = "A sequence group is a bracket of alignment residues which <br>could span across multiple columns and/or rows. These can be <br>treated as a sub-alignments.")
   private List<SequenceGrpPojo> seqGroups = new ArrayList<SequenceGrpPojo>();
 
   @Attributes(