Fix a typo in a comment.

This commit is contained in:
Dan Gohman
2018-06-19 14:16:42 -07:00
parent 47a96641f9
commit 2b04099604

View File

@@ -34,7 +34,7 @@ use EntityRef;
/// function they belong to. *Cloning an entity list does not allocate new memory for the clone*. /// function they belong to. *Cloning an entity list does not allocate new memory for the clone*.
/// It creates an alias of the same memory. /// It creates an alias of the same memory.
/// ///
/// Entity lists can also be hashed and compared for equality, but those operations just panic if, /// Entity lists can also be hashed and compared for equality, but those operations just panic if
/// they're ever actually called, because it's not possible to compare the contents of the list /// they're ever actually called, because it's not possible to compare the contents of the list
/// without the pool reference. /// without the pool reference.
/// ///