1
Fork 0

doc: correct spelling in documentation.

This commit is contained in:
Huon Wilson 2013-08-16 15:41:28 +10:00
parent 1ad0cf5841
commit abe94f9b4d
23 changed files with 35 additions and 36 deletions

View file

@ -28,7 +28,7 @@ pub type Cb<'self> = &'self fn(buf: &[u8]) -> bool;
* A trait to implement in order to make a type hashable;
* This works in combination with the trait `Hash::Hash`, and
* may in the future be merged with that trait or otherwise
* modified when default methods and trait inheritence are
* modified when default methods and trait inheritance are
* completed.
*/
pub trait IterBytes {