From 99697d694d87ba119f3f9c4158b744dd41b8f60d Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Fri, 1 Jan 2021 17:24:42 -0500 Subject: [PATCH] Update geo-types/src/lib.rs --- geo-types/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geo-types/src/lib.rs b/geo-types/src/lib.rs index 7fe6bb902..b0f11f118 100644 --- a/geo-types/src/lib.rs +++ b/geo-types/src/lib.rs @@ -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