Skip to content

Commit c5ff6e8

Browse files
committed
fix wrong toml comments
1 parent b52b413 commit c5ff6e8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docs/docs/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ Has no default values. Example values are shown below:
293293

294294
```toml
295295
fonts.symbol-map = [
296-
// covers: '','',''
296+
# covers: '⊗','⊘','⊙'
297297
{ start = "2297", end = "2299", font-family = "Cascadia Code NF" }
298298
]
299299
```

rio-backend/src/config/defaults.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,6 @@ pub fn default_config_file_content() -> String {
343343
# You can also map the specified Unicode codepoints to a particular font.
344344
# [fonts]
345345
# symbol-map = [
346-
# // covers: '⊗','⊘','⊙'
347346
# { start = "2297", end = "2299", font-family = "Cascadia Code NF" }
348347
# ]
349348
#

0 commit comments

Comments
 (0)