1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00

doc update

This commit is contained in:
Kelly Brazil
2023-01-03 12:30:23 -08:00
parent b0fe96ed03
commit b8e2678c01
2 changed files with 6 additions and 4 deletions

View File

@ -16,8 +16,9 @@ Parses standard `INI` files.
> included.
> Note: The section identifier `[DEFAULT]` is special and provides default
> values for the following section keys. To disable this behavior you must
> rename the `[DEFAULT]` section identifier to something else.
> values for the section keys that follow. To disable this behavior you must
> rename the `[DEFAULT]` section identifier to something else before
> parsing.
> Note: Values starting and ending with double or single quotation marks
> will have the marks removed. If you would like to keep the quotation

View File

@ -11,8 +11,9 @@ Parses standard `INI` files.
> included.
> Note: The section identifier `[DEFAULT]` is special and provides default
> values for the following section keys. To disable this behavior you must
> rename the `[DEFAULT]` section identifier to something else.
> values for the section keys that follow. To disable this behavior you must
> rename the `[DEFAULT]` section identifier to something else before
> parsing.
> Note: Values starting and ending with double or single quotation marks
> will have the marks removed. If you would like to keep the quotation