docs: fix backtick rendering in selection-word-chars default value (#11361)

pull/11367/head
Leah Amelia Chen 2026-03-11 17:02:33 +08:00 committed by GitHub
commit b992b66050
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -749,7 +749,7 @@ foreground: Color = .{ .r = 0xFF, .g = 0xFF, .b = 0xFF },
/// The null character (U+0000) is always treated as a boundary and does not
/// need to be included in this configuration.
///
/// Default: ` \t'"│`|:;,()[]{}<>$`
/// Default: `` \t'"│`|:;,()[]{}<>$ ``
///
/// To add or remove specific characters, you can set this to a custom value.
/// For example, to treat semicolons as part of words: