aboutsummaryrefslogtreecommitdiff
path: root/documentation/book/the_lux_programming_language/appendix_h.md
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/book/the_lux_programming_language/appendix_h.md')
-rw-r--r--documentation/book/the_lux_programming_language/appendix_h.md15
1 files changed, 8 insertions, 7 deletions
diff --git a/documentation/book/the_lux_programming_language/appendix_h.md b/documentation/book/the_lux_programming_language/appendix_h.md
index b20a6240f..3ed682294 100644
--- a/documentation/book/the_lux_programming_language/appendix_h.md
+++ b/documentation/book/the_lux_programming_language/appendix_h.md
@@ -139,10 +139,10 @@ Now that we have seen the available commands, it would be useful to see an annot
... "organization" ["name" "Lux Foundation"
... "url" "http://example.com/lux_foundation"]
]]
- ... #contributors [["name" "Eduardo Julian"
- ... "url" "https://github.com/eduardoejp"
- ... "organization" ["name" "Lux Foundation"
- ... "url" "http://example.com/lux_foundation"]]]
+ ... "contributors" [["name" "Eduardo Julian"
+ ... "url" "https://github.com/eduardoejp"
+ ... "organization" ["name" "Lux Foundation"
+ ... "url" "http://example.com/lux_foundation"]]]
]
... An optional list of repositories you can deploy to, given aliases so they're easy to refer to with the "deploy" command.
@@ -198,11 +198,12 @@ Now that we have seen the available commands, it would be useful to see an annot
]
"bibliotheca"
- ["info" ["description" "Standard library for the Lux programming language."]
+ ["info" ["description" "Standard Library for the Lux programming language."]
"test" "test/lux"]
- "documentation"
- ["program" "documentation/lux"
+ "scriptum"
+ ["info" ["description" "Documentation for the Standard Library for the Lux programming language."]
+ "program" "documentation/lux"
"test" "documentation/lux"]
"aedifex"