Skip to content

Commit cf69a57

Browse files
bors[bot]frewsxcv
andauthored
Merge #385
385: Fix typo in Rect docs about min/max positions. r=frewsxcv a=frewsxcv Fixes #384 Co-authored-by: Corey Farwell <[email protected]>
2 parents 71256b0 + fd2878c commit cf69a57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

geo-types/src/rect.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ where
1313

1414
impl<T: CoordinateType> Rect<T> {
1515
/// Constructor to creates a new rectangle from coordinates, where `min` denotes to the
16-
/// coordinates of the bottom-right corner, and `max` denotes to the coordinates of the
17-
/// top-left corner
16+
/// coordinates of the bottom-left corner, and `max` denotes to the coordinates of the
17+
/// top-right corner
1818
///
1919
/// # Panics
2020
///

0 commit comments

Comments
 (0)