-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Minor improvement in the node types explanation #5044
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
Conversation
javiereguiluz
commented
Feb 24, 2015
Q | A |
---|---|
Doc fix? | no |
New docs? | yes |
Applies to | 2.3+ |
Fixed tickets | - |
👍 |
* boolean | ||
* integer (new in 2.2) | ||
* float (new in 2.2) | ||
* enum (new in 2.1) | ||
* enum (new in 2.1) (similar to array, but it only allows a finite set of values) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it is similar to scalar, not to array
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed. Thanks.
The errors reported by reviewers have been addressed and there are no new comments. I think we can safely tag this PR as finished. |
Thanks Javier! |
…uiluz) This PR was merged into the 2.3 branch. Discussion ---------- Minor improvement in the node types explanation | Q | A | ------------- | --- | Doc fix? | no | New docs? | yes | Applies to | 2.3+ | Fixed tickets | - Commits ------- 987f5a5 "enum" is similar to "scalar", not "array" 96c423a Moved the admonition about the INI loader to the loaders section c774b8a Improved a bit the information about dumping config daff271 Minor improvement in the node types explanation