]> git.kianting.info Git - clo/blobdiff - src/libclo/breakLines.js
add grid
[clo] / src / libclo / breakLines.js
index e5d086563030a8d88c1c8a252f8db5416191a670..b94d123680be05e16ef7ff3f6650fb4cdc82acba 100644 (file)
@@ -14,7 +14,7 @@ class BreakLineAlgorithm {
     isBreakPoint(item) {
         return item.newLined !== undefined;
     }
-    /**check if a boeitem is BreakPoint Type */
+    /**check if a boeitem is HGlue Type */
     isHGlue(item) {
         return item.stretchFactor !== undefined;
     }