Skip to content

Commit bf214f4

Browse files
committed
Format
1 parent ee490a4 commit bf214f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ However, this crate also offers many other utilities for Array/Bytes/Hex, each w
2222
```rs
2323
use array_bytes::{Dehexify, Error, Hexify};
2424
use smallvec::SmallVec;
25-
//!
25+
2626
// Hexify.
2727
// Unsigned.
2828
assert_eq!(52_u8.hexify(), "34");

0 commit comments

Comments
 (0)