Skip to content

Commit

Permalink
Fix typo (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
c-git authored Mar 2, 2024
1 parent f6b94ca commit e961946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/structs/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ macro_rules! context_methods {
)* }
};
}
// Note how you have to surround the function signature in parantheses, and also add a line before
// Note how you have to surround the function signature in parentheses, and also add a line before
// the signature with the function name, parameter names and maybe `await` token
context_methods! {
/// Defer the response, giving the bot multiple minutes to respond without the user seeing an
Expand Down

0 comments on commit e961946

Please sign in to comment.