Fixed typos in code comments

This commit is contained in:
Vincent Esche 2021-01-08 15:46:48 +01:00
parent 939ca83b34
commit 21f8239ac8
23 changed files with 42 additions and 42 deletions

View file

@ -241,7 +241,7 @@ pub fn wildcard_pat() -> ast::WildcardPat {
}
}
/// Creates a tuple of patterns from an interator of patterns.
/// Creates a tuple of patterns from an iterator of patterns.
///
/// Invariant: `pats` must be length > 1
///