diff options
| author | Steve Klabnik <steve@steveklabnik.com> | 2016-07-06 19:13:07 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-07-06 19:13:07 -0400 |
| commit | 1b7bebf84d7b0c428dddfdada1789ebde7871509 (patch) | |
| tree | 06c7050de8a3b27b63df6694dddd8826632f2566 /src/librustdoc/html/render.rs | |
| parent | 80e5672f7ed4980726e1b917ba5bfdd229b08fc5 (diff) | |
| parent | 3fcb64927750b8c4bccd866ec137500de2e7aea3 (diff) | |
| download | rust-1b7bebf84d7b0c428dddfdada1789ebde7871509.tar.gz rust-1b7bebf84d7b0c428dddfdada1789ebde7871509.zip | |
Rollup merge of #34626 - sylvestre:master, r=Manishearth
Fix typos
Diffstat (limited to 'src/librustdoc/html/render.rs')
| -rw-r--r-- | src/librustdoc/html/render.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustdoc/html/render.rs b/src/librustdoc/html/render.rs index 6ab2bcc7685..c263bcb04e9 100644 --- a/src/librustdoc/html/render.rs +++ b/src/librustdoc/html/render.rs @@ -2716,7 +2716,7 @@ impl<'a> fmt::Display for Sidebar<'a> { let parentlen = cx.current.len() - if it.is_mod() {1} else {0}; // the sidebar is designed to display sibling functions, modules and - // other miscellaneous informations. since there are lots of sibling + // other miscellaneous information. since there are lots of sibling // items (and that causes quadratic growth in large modules), // we refactor common parts into a shared JavaScript file per module. // still, we don't move everything into JS because we want to preserve |
