Fix code fence in doc comment

This commit is contained in:
rhysd 2023-01-13 10:49:52 +09:00 committed by Martin Nordholts
parent 362af8a0a6
commit 5e3abcad07
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ impl HighlightingAssets {
/// platform, the default theme depends on /// platform, the default theme depends on
/// ```bash /// ```bash
/// defaults read -globalDomain AppleInterfaceStyle /// defaults read -globalDomain AppleInterfaceStyle
/// ```` /// ```
/// To avoid the overhead of the check on macOS, simply specify a theme /// To avoid the overhead of the check on macOS, simply specify a theme
/// explicitly via `--theme`, `BAT_THEME`, or `~/.config/bat`. /// explicitly via `--theme`, `BAT_THEME`, or `~/.config/bat`.
/// ///