diff options
| author | Stjepan Glavina <stjepang@gmail.com> | 2017-03-22 01:42:23 +0100 |
|---|---|---|
| committer | Stjepan Glavina <stjepang@gmail.com> | 2017-03-22 17:19:52 +0100 |
| commit | d6da1d9b46f7090b18be357bef8d55ffa3673d2f (patch) | |
| tree | b1af890ad3f0728432eec3c8049e20789b7eb75d /src/libcore/any.rs | |
| parent | cab4bff3de1a61472f3c2e7752ef54b87344d1c9 (diff) | |
| download | rust-d6da1d9b46f7090b18be357bef8d55ffa3673d2f.tar.gz rust-d6da1d9b46f7090b18be357bef8d55ffa3673d2f.zip | |
Various fixes to wording consistency in the docs
Diffstat (limited to 'src/libcore/any.rs')
| -rw-r--r-- | src/libcore/any.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/any.rs b/src/libcore/any.rs index b8a4174766a..338e5c7fd95 100644 --- a/src/libcore/any.rs +++ b/src/libcore/any.rs @@ -137,7 +137,7 @@ impl fmt::Debug for Any + Send { } impl Any { - /// Returns true if the boxed type is the same as `T`. + /// Returns `true` if the boxed type is the same as `T`. /// /// # Examples /// |
