mirror of https://github.com/adamdruppe/arsd.git
Fix typos
This commit is contained in:
parent
db7db199a2
commit
f4c957c878
2
ini.d
2
ini.d
|
|
@ -77,7 +77,7 @@
|
||||||
|
|
||||||
Use [IniParser.isDestructive] to check for the operating mode.
|
Use [IniParser.isDestructive] to check for the operating mode.
|
||||||
|
|
||||||
The construct a non-destructive parser despite a mutable input data,
|
To construct a non-destructive parser despite mutable input data,
|
||||||
specify `const(char)[]` as the value of the `string` template parameter.
|
specify `const(char)[]` as the value of the `string` template parameter.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue