fix: README & Comment typos

This commit is contained in:
Jack Wills
2022-09-27 19:50:33 -04:00
parent 57c27d06c7
commit cde843d2ad
2 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ pub enum Header {
Tx,
}
/// Convert errors into strings to display
/// Convert Header enum into strings to display
impl fmt::Display for Header {
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
let disp = match self {