Skip to content

Commit

Permalink
Merge #385
Browse files Browse the repository at this point in the history
385: Fix typo in Rect docs about min/max positions. r=frewsxcv a=frewsxcv

Fixes #384

Co-authored-by: Corey Farwell <coreyf@rwell.org>
  • Loading branch information
bors[bot] and frewsxcv committed Sep 30, 2019
2 parents 71256b0 + fd2878c commit cf69a57
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 cf69a57

Please sign in to comment.