1
Fork 0

Fix misspelled comments.

This commit is contained in:
Joseph Crail 2014-08-01 19:40:21 -04:00
parent 292caefb26
commit ad06dfe496
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.
///