Skip to content

Commit 5d0df7d

Browse files
committed
improve doc
1 parent 06afcb3 commit 5d0df7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ YAML.ext_load_file(yaml_path, inheritance_key='extends', options = {})
224224
- `:extend_existing_arrays` (Boolean) Set to true to extend existing arrays, instead of overwriting them - DEFAULT: true
225225
- `:merge_nil_values` (Boolean) Set to true to merge nil hash values, overwriting a possibly non-nil value - DEFAULT: false
226226
- `:merge_debug` (Boolean) Set to true to get console output of merge process for debugging - DEFAULT: false
227-
- `:force_erb` (Boolean) Set to true to force ERB processing on all files, even if they do not end with `.erb` - DEFAULT: false
227+
- `:force_erb` (Boolean) Set to true to force ERB processing on all inherited files, even if they do not end with `.erb` - DEFAULT: false
228228

229229
See also rubydoc at [https://www.rubydoc.info/gems/yaml_extend](https://www.rubydoc.info/gems/yaml_extend)
230230

0 commit comments

Comments
 (0)