Skip to content

Commit

Permalink
docs: title length
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeller3 committed Nov 6, 2024
1 parent e900ea6 commit 38f3bd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/boolean/boolean_disjoint.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Boolean Disjoint
=====
=================
Takes two features and returns (TRUE) if the two geometries do not touch or overlap.


Expand Down
2 changes: 1 addition & 1 deletion docs/source/boolean/boolean_intersects.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Boolean Intersects
=====
==================
Takes two features and returns (TRUE) if the intersection of the two geometries is NOT an empty set.


Expand Down

0 comments on commit 38f3bd9

Please sign in to comment.