We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 71256b0 + fd2878c commit cf69a57Copy full SHA for cf69a57
1 file changed
geo-types/src/rect.rs
@@ -13,8 +13,8 @@ where
13
14
impl<T: CoordinateType> Rect<T> {
15
/// 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
+ /// coordinates of the bottom-left corner, and `max` denotes to the coordinates of the
+ /// top-right corner
18
///
19
/// # Panics
20
0 commit comments