diff --git a/ini.d b/ini.d index 4d7c689..4353687 100644 --- a/ini.d +++ b/ini.d @@ -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. ---