Skip to content

Commit 9dda661

Browse files
committed
reverse erroneous doc change
1 parent 5f9baea commit 9dda661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guide/src/class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ enum HttpResponse {
6161
#[pyclass]
6262
enum Shape {
6363
Circle { radius: f64 },
64-
Rectangle { height: f64, width: f64 },
64+
Rectangle { width: f64, height: f64 },
6565
RegularPolygon(u32, f64),
6666
Nothing(),
6767
}

0 commit comments

Comments
 (0)