diff options
author | Eduardo Julian | 2022-06-13 01:55:22 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-06-13 01:55:22 -0400 |
commit | 289f9de576a7980184339f380d5000f7d71f6d7e (patch) | |
tree | e0ac1c14a496d6bf3139e1e3b600dde73decf208 /stdlib/source/documentation/lux/world | |
parent | 32e730e93f0a88cc537622c854a48eb229419893 (diff) |
New "format" hierarchy.
Diffstat (limited to 'stdlib/source/documentation/lux/world')
9 files changed, 9 insertions, 9 deletions
diff --git a/stdlib/source/documentation/lux/world/console.lux b/stdlib/source/documentation/lux/world/console.lux index f601b49aa..d601e2012 100644 --- a/stdlib/source/documentation/lux/world/console.lux +++ b/stdlib/source/documentation/lux/world/console.lux @@ -8,7 +8,7 @@ ["<[0]>" code]]] [data ["[0]" text (.only \n) - ["%" format (.only format)]]] + ["%" \\format (.only format)]]] [macro ["[0]" template]]]] [\\library diff --git a/stdlib/source/documentation/lux/world/file.lux b/stdlib/source/documentation/lux/world/file.lux index 18dfc21d3..6dacba4eb 100644 --- a/stdlib/source/documentation/lux/world/file.lux +++ b/stdlib/source/documentation/lux/world/file.lux @@ -8,7 +8,7 @@ ["<[0]>" code]]] [data ["[0]" text (.only \n) - ["%" format (.only format)]]] + ["%" \\format (.only format)]]] [macro ["[0]" template]]]] [\\library diff --git a/stdlib/source/documentation/lux/world/file/watch.lux b/stdlib/source/documentation/lux/world/file/watch.lux index bcc0a2aef..c25efe7fc 100644 --- a/stdlib/source/documentation/lux/world/file/watch.lux +++ b/stdlib/source/documentation/lux/world/file/watch.lux @@ -8,7 +8,7 @@ ["<[0]>" code]]] [data ["[0]" text (.only \n) - ["%" format (.only format)]]] + ["%" \\format (.only format)]]] [macro ["[0]" template]]]] [\\library diff --git a/stdlib/source/documentation/lux/world/input/keyboard.lux b/stdlib/source/documentation/lux/world/input/keyboard.lux index 6c1bcaebd..a5c4fc1da 100644 --- a/stdlib/source/documentation/lux/world/input/keyboard.lux +++ b/stdlib/source/documentation/lux/world/input/keyboard.lux @@ -7,7 +7,7 @@ ["<[0]>" code]]] [data ["[0]" text (.only \n) - ["%" format (.only format)]]] + ["%" \\format (.only format)]]] [macro ["[0]" template]]]] [\\library diff --git a/stdlib/source/documentation/lux/world/net/http/client.lux b/stdlib/source/documentation/lux/world/net/http/client.lux index 0a779634d..866adba7d 100644 --- a/stdlib/source/documentation/lux/world/net/http/client.lux +++ b/stdlib/source/documentation/lux/world/net/http/client.lux @@ -8,7 +8,7 @@ ["<[0]>" code]]] [data ["[0]" text (.only \n) - ["%" format (.only format)]]] + ["%" \\format (.only format)]]] [macro ["[0]" template]]]] [\\library diff --git a/stdlib/source/documentation/lux/world/net/http/status.lux b/stdlib/source/documentation/lux/world/net/http/status.lux index 9d34e7487..9a6e18691 100644 --- a/stdlib/source/documentation/lux/world/net/http/status.lux +++ b/stdlib/source/documentation/lux/world/net/http/status.lux @@ -7,7 +7,7 @@ ["<[0]>" code]]] [data ["[0]" text (.only \n) - ["%" format (.only format)]]] + ["%" \\format (.only format)]]] [macro ["[0]" template]]]] [\\library diff --git a/stdlib/source/documentation/lux/world/output/video/resolution.lux b/stdlib/source/documentation/lux/world/output/video/resolution.lux index f6881ac34..66c3a8dff 100644 --- a/stdlib/source/documentation/lux/world/output/video/resolution.lux +++ b/stdlib/source/documentation/lux/world/output/video/resolution.lux @@ -7,7 +7,7 @@ ["<[0]>" code]]] [data ["[0]" text (.only \n) - ["%" format (.only format)]]] + ["%" \\format (.only format)]]] [macro ["[0]" template]]]] [\\library diff --git a/stdlib/source/documentation/lux/world/program.lux b/stdlib/source/documentation/lux/world/program.lux index dfaf35b20..0d7ab4d1a 100644 --- a/stdlib/source/documentation/lux/world/program.lux +++ b/stdlib/source/documentation/lux/world/program.lux @@ -7,7 +7,7 @@ ["<[0]>" code]]] [data ["[0]" text (.only \n) - ["%" format (.only format)]]] + ["%" \\format (.only format)]]] [macro ["[0]" template]]]] [\\library diff --git a/stdlib/source/documentation/lux/world/shell.lux b/stdlib/source/documentation/lux/world/shell.lux index ed161f98b..f0e7fbfe2 100644 --- a/stdlib/source/documentation/lux/world/shell.lux +++ b/stdlib/source/documentation/lux/world/shell.lux @@ -8,7 +8,7 @@ ["<[0]>" code]]] [data ["[0]" text (.only \n) - ["%" format (.only format)]]] + ["%" \\format (.only format)]]] [macro ["[0]" template]]]] [\\library |