Skip to content

Commit

Permalink
Merge pull request #187 from bertyhell/patch-2
Browse files Browse the repository at this point in the history
fix readme contain relationship shape a vs b
  • Loading branch information
alexbol99 authored Aug 3, 2024
2 parents 63431fe + 8bfbac5 commit 44c2ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ console.log(p) // true / false
* `equal` - shapes a and b are topologically equal
* `touch` - shapes a and b have at least one point in common but their interiors not intersect
* `inside` - shape a lies in the interior of shape b
* `contain` - shape b lies in the interior of shape b
* `contain` - shape b lies in the interior of shape a
* `covered` - every point of a lies or in the interior or on the boundary of shape b
* `covered` - every point of b lies or in the interior or on the boundary of shape a

Expand Down

0 comments on commit 44c2ba9

Please sign in to comment.