mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
typo fix
This commit is contained in:
@@ -17,7 +17,7 @@ Everything here happens **during** activity initialization, before the activity
|
||||
cycles:
|
||||
|
||||
1. *Template Variable Expansion* - If there are template variables, such as
|
||||
`TEMPLATE(name,defaultval)` or `<<name:defaultval>>`, then these are expanded
|
||||
`TEMPLATE(name,defaultval)` or `<<name:defaultval>>`, then these are expanded
|
||||
according to their defaults and any overrides provided in the activity params. This is a macro
|
||||
substitution only, so the values are simply interposed into the character stream of the document.
|
||||
2. *Jsonnet Evaluation* - If the source file was in jsonnet format (the extension was `.jsonnet`)
|
||||
|
||||
Reference in New Issue
Block a user