diff --git a/ini.d b/ini.d index 4353687..995158d 100644 --- a/ini.d +++ b/ini.d @@ -78,7 +78,7 @@ Use [IniParser.isDestructive] to check for the operating mode. To construct a non-destructive parser despite mutable input data, - specify `const(char)[]` as the value of the `string` template parameter. + pass type `const(char)[]` to the template parameter named `string`. --- char[] mutableInput = [ /* … */ ];