Skip to content

Commit

Permalink
Update geo-types/src/lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
frewsxcv committed Jan 1, 2021
1 parent 7970542 commit 99697d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geo-types/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
//!
//! # Types
//!
//! - **[`Coordinate`]**: A two-dimensional coordinate all other geometry types are based on
//! - **[`Coordinate`]**: A two-dimensional coordinate. All [`Geometry`] types are composed of [`Coordinate`]s, though [`Coordinate`] itself is not a [`Geometry`] type.
//! - **[`Point`]**: A single point represented by one [`Coordinate`]
//! - **[`MultiPoint`]**: A collection of [`Point`]s
//! - **[`Line`]**: A line segment represented by two [`Coordinate`]s
Expand Down

0 comments on commit 99697d6

Please sign in to comment.