Skip to content

Commit

Permalink
Fix: Typo spaning--> spanning (#9710)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikethanrai committed Oct 3, 2021
1 parent f0f645d commit 0093b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/helpers.segment.js
Expand Up @@ -157,7 +157,7 @@ function findStartAndEnd(points, count, loop, spanGaps) {
let end = count - 1;

if (loop && !spanGaps) {
// loop and not spaning gaps, first find a gap to start from
// loop and not spanning gaps, first find a gap to start from
while (start < count && !points[start].skip) {
start++;
}
Expand Down

0 comments on commit 0093b0f

Please sign in to comment.