Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Oct 22, 2024
1 parent 8418780 commit 4a9b3cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geo-traits/src/line.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pub trait LineTrait: Sized {
/// Access the start point in this Line
fn end(&self) -> Self::PointType<'_>;

/// Access the three underlying points
/// Access the two underlying points
fn points(&self) -> [Self::PointType<'_>; 2] {
[self.start(), self.end()]
}
Expand Down

0 comments on commit 4a9b3cc

Please sign in to comment.