Skip to content

Commit 4c5189d

Browse files
committed
fix(primitive_types4): update outdated hint
Exercise was changed to test (and the order was switched) in #209.
1 parent a09f684 commit 4c5189d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

info.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@ https://doc.rust-lang.org/book/ch04-03-slices.html
152152
and use the starting and ending indices of the items in the Array
153153
that you want to end up in the slice.
154154
155-
If you're curious why the right hand of the `==` comparison does not
156-
have an ampersand for a reference since the left hand side is a
155+
If you're curious why the first argument of `assert_eq!` does not
156+
have an ampersand for a reference since the second argument is a
157157
reference, take a look at the Deref coercions section of the book:
158158
https://doc.rust-lang.org/book/ch15-02-deref.html"""
159159

0 commit comments

Comments
 (0)