Skip to content

Commit a8e8182

Browse files
committed
Comment.
1 parent dd88d2a commit a8e8182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mind_the_gaps/gaps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def _merge(
8989
inside_region = not inside_region
9090

9191
# Boundary types can swap when differencing depending on
92-
# whether the boundary is inside a region.
92+
# whether the endpoint is inside a region.
9393
is_closed = current_endpoint.boundary in "[]"
9494
b_in_a = inside_a and current_b == current_endpoint
9595
a_in_b = inside_b and current_a == current_endpoint

0 commit comments

Comments
 (0)