fix doc comment

This commit is contained in:
Jeremy Baxter 2024-06-18 17:42:26 +12:00
parent fb85533933
commit baafe10b17

View file

@ -218,7 +218,7 @@ struct INISection
keys = new string[string];
}
/+
/++
+ Returns the value of `k` in this section or
+ `defaultValue` if the key is not present.
+/