We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 27f1ff5 + ff7e638 commit d75a6fdCopy full SHA for d75a6fd
src/custom_types/structs.md
@@ -89,7 +89,7 @@ fn main() {
89
1. Add a function `rect_area` which calculates the area of a `Rectangle` (try
90
using nested destructuring).
91
2. Add a function `square` which takes a `Point` and a `f32` as arguments, and
92
- returns a `Rectangle` with its lower left corner on the point, and a width and
+ returns a `Rectangle` with its top left corner on the point, and a width and
93
height corresponding to the `f32`.
94
95
### See also
0 commit comments