Skip to content

Commit 857f2d4

Browse files
authored
Update hex.md (#686)
Fix spelling typo
1 parent 4aaa315 commit 857f2d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/encoding/string/hex.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ representation of the data.
99
Similarly, a `HEXUPPER::decode` method is provided which takes a `&[u8]` and
1010
returns a `Vec<u8>` if the input data is successfully decoded.
1111

12-
The example below coverts `&[u8]` data to hexadecimal equivalent. Compares this
12+
The example below converts `&[u8]` data to hexadecimal equivalent. Compares this
1313
value to the expected value.
1414

1515
```rust,edition2018

0 commit comments

Comments
 (0)