Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Florens Verschelde authored and palkan committed Aug 23, 2023
1 parent 6033b33 commit fcd6a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ By default, environment variables are automatically type cast (rules are case-in
- `"true"`, `"t"`, `"yes"` and `"y"` to `true`;
- `"false"`, `"f"`, `"no"` and `"n"` to `false`;
- `"nil"` and `"null"` to `nil` (do you really need it?);
- `"123"` to 123 and `"3.14"` to 3.14.
- `"123"` to `123` and `"3.14"` to `3.14`.

Type coercion can be [customized or disabled](#type-coercion).

Expand Down

0 comments on commit fcd6a1c

Please sign in to comment.