doc: correct spelling in documentation.
This commit is contained in:
parent
1ad0cf5841
commit
abe94f9b4d
23 changed files with 35 additions and 36 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue