Skip to content

Commit

Permalink
Readme update | Removed the redundant word (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
SampathKumarAmex committed Oct 7, 2022
1 parent 09760c3 commit 5437918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -395,7 +395,7 @@ println(config)
The resolution rules are as follows:

- "a" is present in both files and so is resolved from the first file - which was "prod.json"
- "b" is present in both files and therefore resolved from the file file as well
- "b" is present in both files and therefore resolved from the file as well
- "c" is a nested value of "b" and is not present in the first file so is resolved from the second file "default.json"
- "d" is a nested value of "b" present in both files and therefore resolved from the first file
- "e" is present in both files and so the entire list is resolved from the first file. This means that the list only contains a single element, and x is null despite being present in the list in the first file. List's cannot be merged.
Expand Down

0 comments on commit 5437918

Please sign in to comment.