From 8e2c3253d0c584902912cea98796ae547f8156aa Mon Sep 17 00:00:00 2001 From: 4geru Date: Mon, 1 Mar 2021 06:56:46 +0900 Subject: [PATCH] fix name from rectangle to Rectangle --- src/custom_types/structs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/custom_types/structs.md b/src/custom_types/structs.md index 0dfc261292..251fda36bf 100644 --- a/src/custom_types/structs.md +++ b/src/custom_types/structs.md @@ -86,7 +86,7 @@ fn main() { ### Activity -1. Add a function `rect_area` which calculates the area of a rectangle (try +1. Add a function `rect_area` which calculates the area of a `Rectangle` (try using nested destructuring). 2. Add a function `square` which takes a `Point` and a `f32` as arguments, and returns a `Rectangle` with its lower left corner on the point, and a width and