Skip to content

Commit 6fcf9e7

Browse files
committed
Update self-crossing.cpp
1 parent 15fd07c commit 6fcf9e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

C++/self-crossing.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class Solution {
2929
// │i<┼─┐
3030
// i-3│ i-5│i-1
3131
// └────┘
32-
// i-2
32+
// i-2
3333
return true;
3434
}
3535
}

0 commit comments

Comments
 (0)