Skip to content

Commit

Permalink
reword comment
Browse files Browse the repository at this point in the history
  • Loading branch information
frewsxcv committed Nov 16, 2020
1 parent 35d5da7 commit 8af0862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geo/src/algorithm/coords_iter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ impl<'a, T: CoordinateType + 'a> CoordsIter<'a, T> for Geometry<T> {
// │ Utilities │
// └───────────┘

// Utility to transform Iterator<CoordsIter> into Iterator<CoordsIter::Iter>
// Utility to transform Iterator<CoordsIter> into Iterator<Iterator<Coordinate>>
#[doc(hidden)]
pub struct MapCoordsIter<
'a,
Expand Down

0 comments on commit 8af0862

Please sign in to comment.