Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ofmooseandmen committed Dec 3, 2023
1 parent 3a14cf6 commit 872c72f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spherical/sloop.rs
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ impl Loop {
/// Determines whether the given position is within the given maximum distance to the
/// boundary of this loop (including inside the loop).
///
/// This method returns true if either:
/// More formally, this method returns true if either:
/// - The position is within any of the [cap](crate::spherical::Cap)s centred at
/// each vertex of this loop and having the given distance as a radius, or,
/// - The position can be [projected](crate::spherical::MinorArc::projection) on
Expand Down

0 comments on commit 872c72f

Please sign in to comment.