Fix spelling errors and capitalization.
This commit is contained in:
parent
d59d97cbec
commit
b7bfe04b2d
48 changed files with 64 additions and 64 deletions
|
|
@ -1155,7 +1155,7 @@ impl Context {
|
|||
|
||||
// We have a huge number of calls to write, so try to alleviate some
|
||||
// of the pain by using a buffered writer instead of invoking the
|
||||
// write sycall all the time.
|
||||
// write syscall all the time.
|
||||
let mut writer = BufferedWriter::new(w);
|
||||
if !cx.render_redirect_pages {
|
||||
try!(layout::render(&mut writer, &cx.layout, &page,
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
//! This module crawls a `clean::Crate` and produces a summarization of the
|
||||
//! stability levels within the crate. The summary contains the module
|
||||
//! hierarchy, with item counts for every stability level per module. A parent
|
||||
//! module's count includes its childrens's.
|
||||
//! module's count includes its children's.
|
||||
|
||||
use std::ops::Add;
|
||||
use std::num::Zero;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue