mirror of
https://github.com/rust-lang-nursery/rust-cookbook
synced 2024-11-21 19:13:07 +00:00
Update hex.md
Fix spelling typo
This commit is contained in:
parent
752b035c1a
commit
46558cfc76
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ representation of the data.
|
|||
Similarly, a `HEXUPPER::decode` method is provided which takes a `&[u8]` and
|
||||
returns a `Vec<u8>` if the input data is successfully decoded.
|
||||
|
||||
The example below coverts `&[u8]` data to hexadecimal equivalent. Compares this
|
||||
The example below converts `&[u8]` data to hexadecimal equivalent. Compares this
|
||||
value to the expected value.
|
||||
|
||||
```rust,edition2018
|
||||
|
|
Loading…
Reference in a new issue