Fix typos.
This commit is contained in:
committed by
Dan Gohman
parent
4224a95f0d
commit
4f8753fa11
@@ -1,7 +1,7 @@
|
||||
//! A double-ended iterator over entity references.
|
||||
//!
|
||||
//! When `std::iter::Step` is stablized, `Keys` could be implemented as a wrapper around
|
||||
//! `std::ops::Range`, but for now, we implment it manually.
|
||||
//! When `std::iter::Step` is stabilized, `Keys` could be implemented as a wrapper around
|
||||
//! `std::ops::Range`, but for now, we implement it manually.
|
||||
|
||||
use std::marker::PhantomData;
|
||||
use EntityRef;
|
||||
|
||||
Reference in New Issue
Block a user