diff --git a/geo-types/src/rect.rs b/geo-types/src/rect.rs index 4c64f9584c..50497431d8 100644 --- a/geo-types/src/rect.rs +++ b/geo-types/src/rect.rs @@ -13,8 +13,8 @@ where impl Rect { /// Constructor to creates a new rectangle from coordinates, where `min` denotes to the - /// coordinates of the bottom-right corner, and `max` denotes to the coordinates of the - /// top-left corner + /// coordinates of the bottom-left corner, and `max` denotes to the coordinates of the + /// top-right corner /// /// # Panics ///