We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfda050 commit 0510bbfCopy full SHA for 0510bbf
src/libcore/any.rs
@@ -9,7 +9,7 @@
9
//! inner value. `Box<dyn Any>` adds the `downcast` method, which attempts to
10
//! convert to a `Box<T>`. See the [`Box`] documentation for the full details.
11
//!
12
-//! Note that &dyn Any is limited to testing whether a value is of a specified
+//! Note that `&dyn Any` is limited to testing whether a value is of a specified
13
//! concrete type, and cannot be used to test whether a type implements a trait.
14
15
//! [`Box`]: ../../std/boxed/struct.Box.html
0 commit comments