chore: Fix comment formatting
This commit is contained in:
parent
c900350164
commit
25c305f473
1 changed files with 3 additions and 1 deletions
|
|
@ -50,7 +50,9 @@ impl Context<'_> {
|
|||
/// restricted commands to be executed.
|
||||
///
|
||||
/// This is intended to be placed at the start of restricted commands'
|
||||
/// implementations, like so: ```ignore
|
||||
/// implementations, like so:
|
||||
///
|
||||
/// ```ignore
|
||||
/// self.bail_restricted()?;
|
||||
/// // actual command impl
|
||||
/// ```
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue