docs: simplify wording

This commit is contained in:
Aleksey Kladov 2016-06-07 20:19:08 +03:00
parent f35255038b
commit 7abdbd4483

View file

@ -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