diff options
| author | Huon Wilson <dbau.pp+github@gmail.com> | 2013-08-16 15:41:28 +1000 |
|---|---|---|
| committer | Huon Wilson <dbau.pp+github@gmail.com> | 2013-08-16 15:41:28 +1000 |
| commit | abe94f9b4d0d072e2477b989715c6c79e97de259 (patch) | |
| tree | 705abd2a2859eeb55a097d6e7b4ccfd080bbb2be /src/libstd/to_bytes.rs | |
| parent | 1ad0cf5841e2fb577c4c26a051067fdd06e24796 (diff) | |
| download | rust-abe94f9b4d0d072e2477b989715c6c79e97de259.tar.gz rust-abe94f9b4d0d072e2477b989715c6c79e97de259.zip | |
doc: correct spelling in documentation.
Diffstat (limited to 'src/libstd/to_bytes.rs')
| -rw-r--r-- | src/libstd/to_bytes.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/to_bytes.rs b/src/libstd/to_bytes.rs index f871f4ef6d6..4d84b6d251d 100644 --- a/src/libstd/to_bytes.rs +++ b/src/libstd/to_bytes.rs @@ -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 { |
