Skip to content

Commit

Permalink
docs: simplify wording
Browse files Browse the repository at this point in the history
  • Loading branch information
matklad committed Jun 7, 2016
1 parent f352550 commit 7abdbd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/any.rs
Expand Up @@ -85,7 +85,7 @@ use marker::{Reflect, Sized};

/// A type to emulate dynamic typing.
///
/// Every type with no non-`'static` references implements `Any`.
/// Most types implement `Any`. However, any type which contains a non-`'static` reference does not.
/// See the [module-level documentation][mod] for more details.
///
/// [mod]: index.html
Expand Down

0 comments on commit 7abdbd4

Please sign in to comment.