Fixing the build, some doc cleanup, update version

This commit is contained in:
Tyler Akins
2023-04-05 20:54:27 -05:00
parent d6794de1e2
commit 4311f29879
3 changed files with 4 additions and 4 deletions

View File

@@ -158,7 +158,7 @@ Output:
```
### Helpers / Function Arguments with
### Helpers / Function Arguments
Function Arguments are not a part of the official Mustache implementation, and are more often associated with Handlebar's Helper functionality.
@@ -168,7 +168,7 @@ Function Arguments are not a part of the official Mustache implementation, and a
{{myfunc foo bar}}
```
For security reasons, this arguments are not immediately available to function calls without a flag.
For security reasons, these arguments are not immediately available to function calls without a flag.
#### with `--allow-function-arguments`