auto merge of #16180 : jbcrail/rust/fix-comments, r=steveklabnik

This commit is contained in:
bors
2014-08-02 21:51:10 +00:00
22 changed files with 29 additions and 29 deletions

View File

@@ -1098,7 +1098,7 @@ impl Context {
Ok(())
}
/// Non-parellelized version of rendering an item. This will take the input
/// Non-parallelized version of rendering an item. This will take the input
/// item, render its contents, and then invoke the specified closure with
/// all sub-items which need to be rendered.
///