Fix typos

This commit is contained in:
Mindy Batek 2025-07-25 20:55:16 +02:00
parent db7db199a2
commit f4c957c878
1 changed files with 1 additions and 1 deletions

2
ini.d
View File

@ -77,7 +77,7 @@
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.
---