We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8b3d0c4 + 6d332c4 commit 45d6f02Copy full SHA for 45d6f02
library/core/src/any.rs
@@ -148,7 +148,7 @@
148
//! ```
149
//!
150
//! In this example, if the concrete type of `obj` in `use_my_trait` is `SomeConcreteType`, then
151
-//! the `get_context_ref` call will return a reference to `obj.some_string` with type `&String`.
+//! the `get_context_by_ref` call will return a reference to `obj.some_string` with type `&String`.
152
153
#![stable(feature = "rust1", since = "1.0.0")]
154
0 commit comments