Skip to content

Commit beec630

Browse files
committed
"equal" -> "same type"
1 parent a14df5c commit beec630

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/book/structs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,8 @@ let black = Color(0, 0, 0);
164164
let origin = Point(0, 0, 0);
165165
```
166166

167-
Here, `black` and `origin` are not equal, even though they contain the same
168-
values.
167+
Here, `black` and `origin` are not the same type, even though they contain the
168+
same values.
169169

170170
The members of a tuple struct may be accessed by dot notation or destructuring
171171
`let`, just like regular tuples:

0 commit comments

Comments
 (0)