summaryrefslogtreecommitdiff
path: root/info.toml
diff options
context:
space:
mode:
authorAnastasis Georgoulas <a.georgoulas@ucl.ac.uk>2019-11-13 10:58:03 +0000
committerAnastasis Georgoulas <a.georgoulas@ucl.ac.uk>2019-11-13 23:23:34 +0000
commit4c5189df2bdd9a231f6b2611919ba5aa14da0d3f (patch)
treee8d98ac7befc0dd243a12d613538b3639cb2b86b /info.toml
parenta09f684f05c58d239a6fc59ec5f81c2533e8b820 (diff)
fix(primitive_types4): update outdated hint
Exercise was changed to test (and the order was switched) in #209.
Diffstat (limited to 'info.toml')
-rw-r--r--info.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/info.toml b/info.toml
index 78c7e1c..743ce2b 100644
--- a/info.toml
+++ b/info.toml
@@ -152,8 +152,8 @@ https://doc.rust-lang.org/book/ch04-03-slices.html
and use the starting and ending indices of the items in the Array
that you want to end up in the slice.
-If you're curious why the right hand of the `==` comparison does not
-have an ampersand for a reference since the left hand side is a
+If you're curious why the first argument of `assert_eq!` does not
+have an ampersand for a reference since the second argument is a
reference, take a look at the Deref coercions section of the book:
https://doc.rust-lang.org/book/ch15-02-deref.html"""