diff options
author | Eduardo Julian | 2022-07-08 17:47:23 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-07-08 17:47:23 -0400 |
commit | 7976268575e7c6910dfba2d2733e8cc1883678e7 (patch) | |
tree | 0ce156081612235c0df5e2ad9167be3fc5d75c6c /stdlib/source/documentation/lux/world/output/video/resolution.lux | |
parent | 39325bb36c6f6459c861ef12f9e99b9e66b52594 (diff) |
Re-named the "documentation" macro to "definition".
Diffstat (limited to 'stdlib/source/documentation/lux/world/output/video/resolution.lux')
-rw-r--r-- | stdlib/source/documentation/lux/world/output/video/resolution.lux | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/documentation/lux/world/output/video/resolution.lux b/stdlib/source/documentation/lux/world/output/video/resolution.lux index 1a3652c74..a53ea1ff0 100644 --- a/stdlib/source/documentation/lux/world/output/video/resolution.lux +++ b/stdlib/source/documentation/lux/world/output/video/resolution.lux @@ -18,11 +18,11 @@ [($.default /.hash) ($.default /.equivalence) - ($.documentation /.Resolution + ($.definition /.Resolution "A screen resolution.") (,, (with_template [<name>] - [($.documentation <name> + [($.definition <name> (let [name (|> (template.text [<name>]) (text.replaced "_" " ") text.upper_cased)] |