Fixed typo.
Fabio Cevasco h3rald@h3rald.com
Mon, 13 Aug 2018 07:09:34 +0200
1 files changed,
2 insertions(+),
2 deletions(-)
jump to
M
site/contents/reference-lang.md
→
site/contents/reference-lang.md
@@ -41,10 +41,10 @@
{#alias||=||quote-define#} {#op||apply||{{q}}|{{d}}||({{a0p}})|{{{a0p}}}|| -> This operator can be used on quotations or dictionaries: +> This operator can be used on a quotation or a dictionary: > > * If a quotation {{q}} is passed, it returns a new quotation obtained by evaluating each element of {{q}} in a separate stack. -> * If a quotation {{d}} is passed, it returns a new dictionary obtained by evaluating each symbol of {{d}} in a separate stack.#} +> * If a dictionary {{d}} is passed, it returns a new dictionary obtained by evaluating each symbol of {{d}} in a separate stack.#} {#op||args||{{null}}||{{q}}|| Returns a list of all arguments passed to the current program.#}