Commit 8e3a0f4
committed
minor #19573 [Config] be more specific about bool env var processor (javaDeveloperKid)
This PR was submitted for the 7.0 branch but it was merged into the 6.4 branch instead.
Discussion
----------
[Config] be more specific about bool env var processor
Previous wording was not accurate enough for me because only 0 and 0.0 as integer and float respectively was presented. Alternative change could be:
> and all numbers except `0`, `0.0`, `'0'` and `'0.0'`
Let me know if the latter fits better for you.
Commits
-------
20e562e be more specific about bool env var processor1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| |||
0 commit comments