Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
salt-die committed Dec 8, 2023
1 parent a8e8182 commit b175e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mind_the_gaps/gaps.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def _merge(
"""
Merge two sorted lists of endpoints with a given set operation.
This is a sweep-line algorithm; as each endpoint is encounted one of
This is a sweep-line algorithm; as each endpoint is encountered one of
`inside_a` or `inside_b` is flipped depending on whether the point belongs
to `a` or `b`. This may flip `inside_region` (depending on `op`) which adds
a new endpoint to the output.
Expand Down

0 comments on commit b175e5a

Please sign in to comment.