Skip to content

Commit

Permalink
fix doc message
Browse files Browse the repository at this point in the history
  • Loading branch information
magnickolas committed Oct 18, 2023
1 parent e16554e commit 44ab2e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controller.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ impl TgMessageController<'_> {
}
}

/// Send a markup to select a reminder for editing
/// Cancel ongoing reminder editing
pub async fn cancel_edit(&self) -> Result<(), RequestError> {
let response = match self
.db
Expand Down

0 comments on commit 44ab2e0

Please sign in to comment.