Skip to content

Commit

Permalink
Merge pull request #1262 from georust/line-string-doc
Browse files Browse the repository at this point in the history
Update line_string.rs
  • Loading branch information
michaelkirk authored Nov 6, 2024
2 parents cf020af + 7a6cde8 commit 2537a07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions geo-types/src/geometry/line_string.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ use alloc::vec::Vec;
use core::iter::FromIterator;
use core::ops::{Index, IndexMut};

/// An ordered collection of two or more [`Coord`]s, representing a
/// path between locations.
/// An ordered collection of [`Coord`]s, representing a path between locations.
/// To be valid, a `LineString` must be empty, or have two or more coords.
///
/// # Semantics
///
Expand Down

0 comments on commit 2537a07

Please sign in to comment.