diff --git a/README.md b/README.md index cb92d79..acae78e 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,7 @@
diff --git a/src/app_data/mod.rs b/src/app_data/mod.rs index a96b0e8..6c7924d 100644 --- a/src/app_data/mod.rs +++ b/src/app_data/mod.rs @@ -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 {