Skip to content

Commit 4dc06ca

Browse files
Apply suggestion from @blackwinter
Co-authored-by: Jens Wille <jens.wille@hbz-nrw.de>
1 parent 6c2498a commit 4dc06ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ Run workflows on the web server, passing `data`, `flux`, and `fix`:
197197
- If using a `list` bind with a variable, the `var` option requires quotation marks (`do list(path: "<sourceField>", "var": "<variableName>")`).
198198
- Fix turns repeated fields into arrays internally but only marked arrays (with `[]` at the end of the field name) are also emitted as "arrays" (entities with indexed literals), all other arrays are emitted as repeated fields.
199199
- Every Fix file should end with a final newline.
200-
- We recommend to wrap functions that create maps (e.g. `put_filemap`, `put_map`, `put_rdfmap`) as well as those that create macros (`do put_macro`) into a `once` bind since maps and macros are saved into memory. You can use one `once` bind for all maps and macros.
200+
- We recommend to wrap functions that create maps (e.g. [`put_filemap`](#put_filemap), [`put_map`](#put_map), [`put_rdfmap`](#put_rdfmap)) as well as those that create macros ([`do put_macro`](#do-put_macro)) into a [`once` bind](#do-once) since maps and macros are saved into memory. You can use one `once` bind for all maps and macros.
201201
202202
### Glossary
203203

0 commit comments

Comments
 (0)