Skip to content

Commit 14d66be

Browse files
authored
fix: correct grammar in segment comments (#12084)
1 parent c86116d commit 14d66be

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/plugins/plugin.filler/filler.target.stack.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,12 @@ function addPointsBelow(points, sourcePoint, linesBelow) {
6565
continue;
6666
}
6767
if (first) {
68-
// First point of an segment -> need to add another point before this,
69-
// from next line below.
68+
// First point of a segment -> need to add another point before this,
7069
postponed.unshift(point);
7170
} else {
7271
points.push(point);
7372
if (!last) {
74-
// In the middle of an segment, no need to add more points.
73+
// In the middle of a segment, no need to add more points.
7574
break;
7675
}
7776
}

0 commit comments

Comments
 (0)