We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
core::any
1 parent a1fc711 commit 6d332c4Copy full SHA for 6d332c4
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