1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-02 03:12:25 +01:00

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

View File

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