From 70e7dff5a14c1ed4bafb5d3e94dbc2d320193d59 Mon Sep 17 00:00:00 2001 From: David Eritsyan <65646045+Davidoc26@users.noreply.github.com> Date: Sun, 21 Apr 2024 08:37:56 +0400 Subject: [PATCH] Fix typo in action.rs --- src/action.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/action.rs b/src/action.rs index 5247607..0b7d775 100644 --- a/src/action.rs +++ b/src/action.rs @@ -59,7 +59,7 @@ pub enum Action { MessageListUnselect, } -/// Implement the `FormStr` trait for `Action`. +/// Implement the `FromStr` trait for `Action`. impl FromStr for Action { type Err = AppError;