Skip to content

Commit 69e5c9f

Browse files
authored
Update README.md
1 parent 86826b9 commit 69e5c9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ $config = [
7474

7575
// 'int' - cast to integer before return.
7676
// 'float' - cast to float before return.
77-
// 'bool' - cast to float before return. Yes, true, 1 = TRUE, other = FALSE
77+
// 'bool' - cast to bool before return. Yes, true, 1 = TRUE, other = FALSE
7878
// 'json' - decode JSON data before return.
7979
// 'flag' - will return TRUE, if key is exists in command line argument list.
8080
// <array> - use array for enums. Example use ['a', 'b', 'c'] to get only one of these.

0 commit comments

Comments
 (0)