chore: Fix comment formatting

This commit is contained in:
Ginger 2025-12-30 23:36:20 -05:00 committed by Jade Ellis
parent c900350164
commit 25c305f473
No known key found for this signature in database
GPG key ID: 8705A2A3EBF77BD2

View file

@ -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
/// ```