Skip to content

Commit

Permalink
fix: docx about range.included
Browse files Browse the repository at this point in the history
  • Loading branch information
dylans authored and electroluxcode committed Sep 26, 2024
1 parent 42799c2 commit 4d7afd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/locations/range.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Check if a `range` is exactly equal to `another`.

Check if a `range` includes a path, a point, or part of another range.

For clarity the definition of `includes` can mean partially includes. Another way to describe this is if one Range surrounds the other Range.
For clarity the definition of `includes` can mean partially includes. Another way to describe this is if one Range intersects the other Range.

#### `Range.surrounds(range: Range, target: Range) => boolean`

Expand Down

0 comments on commit 4d7afd7

Please sign in to comment.