Skip to content

Commit

Permalink
reverse erroneous doc change
Browse files Browse the repository at this point in the history
  • Loading branch information
newcomertv committed May 11, 2024
1 parent b5ea0c8 commit 791672b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guide/src/class.md
Expand Up @@ -61,7 +61,7 @@ enum HttpResponse {
#[pyclass]
enum Shape {
Circle { radius: f64 },
Rectangle { height: f64, width: f64 },
Rectangle { width: f64, height: f64 },
RegularPolygon(u32, f64),
Nothing(),
}
Expand Down

0 comments on commit 791672b

Please sign in to comment.