diff options
author | Eduardo Julian | 2022-03-30 21:25:53 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-03-30 21:25:53 -0400 |
commit | 8eb86ed366b2305751f2e831c7a081ffcca82c89 (patch) | |
tree | f8da5967f61d115414b3655dd9045cef370c8d5b /stdlib/source/documentation/lux/world/output/video/resolution.lux | |
parent | 4326d69ab717683449bf37bf8dd170c83455c0c0 (diff) |
De-sigil-ification: /
Diffstat (limited to 'stdlib/source/documentation/lux/world/output/video/resolution.lux')
-rw-r--r-- | stdlib/source/documentation/lux/world/output/video/resolution.lux | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/stdlib/source/documentation/lux/world/output/video/resolution.lux b/stdlib/source/documentation/lux/world/output/video/resolution.lux index 0a75bb938..27a42050c 100644 --- a/stdlib/source/documentation/lux/world/output/video/resolution.lux +++ b/stdlib/source/documentation/lux/world/output/video/resolution.lux @@ -19,7 +19,6 @@ (template [<name>] [(documentation: <name> (let [name (|> (template.text [<name>]) - (text.replaced "/" " ") (text.replaced "_" " ") text.upper_cased)] (format name " resolution: " @@ -31,9 +30,9 @@ [/.wsvga] [/.xga] [/.xga+] - [/.wxga/16:9] - [/.wxga/5:3] - [/.wxga/16:10] + [/.wxga_16:9] + [/.wxga_5:3] + [/.wxga_16:10] [/.sxga] [/.wxga+] [/.hd+] @@ -53,9 +52,9 @@ ..wsvga ..xga ..xga+ - ..wxga/16:9 - ..wxga/5:3 - ..wxga/16:10 + ..wxga_16:9 + ..wxga_5:3 + ..wxga_16:10 ..sxga ..wxga+ ..hd+ |