Skip to content

Commit eb21ca8

Browse files
committed
clarified
1 parent 13c3689 commit eb21ca8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,9 +193,9 @@ The sweep line algorithm is susceptible to floating point rounding errors. It is
193193
possible to construct an example, with nearly horizontal lines, that would
194194
cause it to fail.
195195

196-
While library does detected `point-segment` overlap, it does not detected `point-point`
197-
overlap. I.e. identical points in the input dataset, that do not overlap any segment
198-
will not be reported.
196+
While sweep line implementation detects `point-segment` overlap, I didn't implement `point-point`
197+
overlap. I.e. identical points in the input array that do not overlap any segment
198+
are not reported.
199199

200200
# Miscellaneous
201201

0 commit comments

Comments
 (0)