Skip to content

Commit 923618d

Browse files
authored
Update INIConfigIO.md
1 parent 501938d commit 923618d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage/INIConfigIO.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Instance functions help in reading and writing the INI file:
2121
* *SaveFile*() - Saves the in-memory data into the given file.
2222

2323

24-
* IEnumerable <string> *GetSectionNames*() - Gets all the section names present in the file.
24+
* IEnumerable<string> *GetSectionNames*() - Gets all the section names present in the file.
2525

2626
* string *GetString* (string *key*, string *defaultValue* = "") - Gets a value as a string, default value is returned when the key is not present in the file.
2727
* int *GetInteger* (string *key*, int *defaultValue* = -1) - Gets a value as an integer, default value is returned when the key is not present in the file.

0 commit comments

Comments
 (0)