compiler: fix some typos

This commit is contained in:
cuishuang 2022-03-01 20:02:47 +08:00
parent 4a56cbec59
commit eb2b9441e7
7 changed files with 7 additions and 7 deletions

View file

@ -7,7 +7,7 @@ use std::iter::Iterator;
/// one of two specific implementations.
///
/// Note: For most methods providing custom
/// implementation may margianlly
/// implementation may marginally
/// improve performance by avoiding
/// doing Left/Right match on every step
/// and doing it only once instead.