From cde843d2ade602f4723082ea74d0bb21ea988678 Mon Sep 17 00:00:00 2001 From: Jack Wills <32690432+mrjackwills@users.noreply.github.com> Date: Tue, 27 Sep 2022 19:50:33 -0400 Subject: [PATCH] fix: README & Comment typos --- README.md | 4 +--- src/app_data/mod.rs | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) 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 {