diff --git a/info.toml b/info.toml
index e076cf80..cacad134 100644
--- a/info.toml
+++ b/info.toml
@@ -1171,4 +1171,4 @@ name = "as_ref_mut"
 path = "exercises/conversions/as_ref_mut.rs"
 mode = "test"
 hint = """
-Add AsRef<str> as a trait bound to the functions."""
+Add AsRef<str> or AsMut<u32> as a trait bound to the functions."""