diff options
| author | Dave Henderson <dhenderson@gmail.com> | 2019-04-06 09:04:01 -0400 |
|---|---|---|
| committer | Dave Henderson <dhenderson@gmail.com> | 2019-04-06 09:19:30 -0400 |
| commit | 6ee72aa0651bc0e6a5bce2c9ee5bd5c7fcd82558 (patch) | |
| tree | 02ea9039aaa3e9d1cb2e64cd0bac09aa7cd2aad7 /docs-src | |
| parent | e840d960599e434f61683013ea6528cc3e07d269 (diff) | |
Fixing merge behaviour for booleans
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'docs-src')
| -rw-r--r-- | docs-src/content/functions/coll.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs-src/content/functions/coll.yml b/docs-src/content/functions/coll.yml index 28f4960a..b00c14b0 100644 --- a/docs-src/content/functions/coll.yml +++ b/docs-src/content/functions/coll.yml @@ -238,7 +238,7 @@ funcs: Many source maps can be provided. Precedence is in left-to-right order. - Note that this function _changes_ the destination map. + _Note that this function does not modify the input._ pipeline: true arguments: - name: dst |
