mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-17 08:34:20 +00:00
minor typo (#16225)
This commit is contained in:
@@ -447,7 +447,7 @@ proc newConfig*(): Config =
|
||||
result = newOrderedTable[string, <//>OrderedTableRef[string, string]]()
|
||||
|
||||
proc loadConfig*(stream: Stream, filename: string = "[stream]"): <//>Config =
|
||||
## Loadw the specified configuration from stream into a new Config instance.
|
||||
## Loads the specified configuration from stream into a new Config instance.
|
||||
## `filename` parameter is only used for nicer error messages.
|
||||
var dict = newOrderedTable[string, <//>OrderedTableRef[string, string]]()
|
||||
var curSection = "" ## Current section,
|
||||
|
||||
Reference in New Issue
Block a user