We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aaa315 commit 857f2d4Copy full SHA for 857f2d4
src/encoding/string/hex.md
@@ -9,7 +9,7 @@ representation of the data.
9
Similarly, a `HEXUPPER::decode` method is provided which takes a `&[u8]` and
10
returns a `Vec<u8>` if the input data is successfully decoded.
11
12
-The example below coverts `&[u8]` data to hexadecimal equivalent. Compares this
+The example below converts `&[u8]` data to hexadecimal equivalent. Compares this
13
value to the expected value.
14
15
```rust,edition2018
0 commit comments