Skip to content

Commit

Permalink
Fix typo in Rect docs about min/max positions.
Browse files Browse the repository at this point in the history
Fixes #384
  • Loading branch information
frewsxcv committed Sep 30, 2019
1 parent 71256b0 commit fd2878c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions geo-types/src/rect.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ where

impl<T: CoordinateType> Rect<T> {
/// 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
///
Expand Down

0 comments on commit fd2878c

Please sign in to comment.