Skip to content

Commit

Permalink
Merge pull request #359 from jooooooon/bug_8315/varying_use_of_array_…
Browse files Browse the repository at this point in the history
…instead_of_dict_in_ncf_docs

Fixes #8315: Varying use of \"array\" instead of \"dict\" in ncf docs
  • Loading branch information
ncharles committed May 18, 2016
2 parents e6d2c30 + ed68de8 commit 2ad95f2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tree/30_generic_methods/file_ensure_keys_values.cf
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@
# @description Ensure that the file contains all pairs of "key separator value", with arbitrary separator between each key and its value
#
# @parameter file File name to edit
# @parameter keys Array containing the keys (keys of the array), and values to define (values of the array)
# @parameter keys Dict structure containing the keys (keys of the dict), and values to define (values of the dict)
# @parameter separator Separator between key and value (for example "=" or " ")
#
# @documentation You can create a dict variable by using the variable_dict* methods.
#
# @class_prefix file_ensure_keys_values
# @class_parameter file

Expand Down

0 comments on commit 2ad95f2

Please sign in to comment.