Merge pull request #509 from analogjupiter/ini

Improve documentation of `arsd.ini`
This commit is contained in:
Adam D. Ruppe 2025-07-25 18:47:27 -04:00 committed by GitHub
commit b57bb91998
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

4
ini.d
View File

@ -77,8 +77,8 @@
Use [IniParser.isDestructive] to check for the operating mode.
The construct a non-destructive parser despite a mutable input data,
specify `const(char)[]` as the value of the `string` template parameter.
To construct a non-destructive parser despite mutable input data,
pass type `const(char)[]` to the template parameter named `string`.
---
char[] mutableInput = [ /* … */ ];