mirror of
https://github.com/zaphar/ucg.git
synced 2025-07-21 18:10:42 -04:00
FIX: Added missing word and comma in docsite/site/content/reference/expressions.md.
This commit is contained in:
parent
c9b9d1b7ea
commit
53f34d1647
@ -278,7 +278,7 @@ Import Expressions
|
||||
|
||||
Import expressions bring in a ucg file and expose their bound values as a tuple
|
||||
in the current file. Import expressions are idempotent and cached so you can
|
||||
use them than once in a file safely. Import expressions start with the `import`
|
||||
use them more than once in a file safely. Import expressions start with the `import`
|
||||
keyword and are followed by a string containing the path of the file to import.
|
||||
|
||||
```
|
||||
@ -453,7 +453,7 @@ filter(string_reducer, 0, string) == "oo";
|
||||
### Reduce expressions
|
||||
|
||||
Reduce expressions start with the reduce keyword followed by a symbol
|
||||
referencing a func, an expression for the accumulator, and finally the tuple
|
||||
referencing a func, an expression for the accumulator, and finally the tuple,
|
||||
list, or string to process.
|
||||
|
||||
**Tuples**
|
||||
|
Loading…
x
Reference in New Issue
Block a user