Skip to content

Commit

Permalink
(docs) fix space error in knockout_prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean B committed Aug 23, 2017
1 parent dbacdc5 commit 3bcbcca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/puppet/functions/lookup.rb
Expand Up @@ -97,7 +97,7 @@
# but can adjust the merge with additional options. The available options are:
# * `'knockout_prefix'` (string or undef) --- A string prefix to indicate a
# value should be _removed_ from the final result. If a value is exactly equal
# to the prefix, it will knockout the entire element.Defaults to `undef`, which
# to the prefix, it will knockout the entire element. Defaults to `undef`, which
# disables this feature.
# * `'sort_merged_arrays'` (boolean) --- Whether to sort all arrays that are
# merged together. Defaults to `false`.
Expand Down

0 comments on commit 3bcbcca

Please sign in to comment.