From 4a82ec7bd4f34d34663c0cf202dd0c31bd191356 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Sun, 25 Feb 2018 10:00:15 -0500 Subject: [PATCH] Fix 'explaning' typo in comment. --- src/error.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/error.rs b/src/error.rs index 955732c..c02aa9c 100644 --- a/src/error.rs +++ b/src/error.rs @@ -41,6 +41,6 @@ pub struct UnsupportedFlag { pub struct MovedFlag { /// The name of the unsupported flag pub flag_name: String, - /// A message explaning where the flag moved to + /// A message explaining where the flag moved to pub msg: String, }