Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #8315: Varying use of \"array\" instead of \"dict\" in ncf docs #359

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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