Skip to content

Commit 0510bbf

Browse files
Added code element
Co-Authored-By: Jonas Schievink <[email protected]>
1 parent cfda050 commit 0510bbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/any.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
//! inner value. `Box<dyn Any>` adds the `downcast` method, which attempts to
1010
//! convert to a `Box<T>`. See the [`Box`] documentation for the full details.
1111
//!
12-
//! Note that &dyn Any is limited to testing whether a value is of a specified
12+
//! Note that `&dyn Any` is limited to testing whether a value is of a specified
1313
//! concrete type, and cannot be used to test whether a type implements a trait.
1414
//!
1515
//! [`Box`]: ../../std/boxed/struct.Box.html

0 commit comments

Comments
 (0)