We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d51230 commit f4b5bccCopy full SHA for f4b5bcc
qs-kotlin/src/main/kotlin/io/github/techouse/qskotlin/models/DecodeOptions.kt
@@ -37,7 +37,7 @@ data class DecodeOptions(
37
/**
38
* Set to `true` to allow sparse Lists in the encoded input.
39
*
40
- * Note: If set to `true`, the lists will contain `null` values for missing indices.
+ * Note: If set to `true`, the lists will contain `null` values for missing values.
41
*/
42
val allowSparseLists: Boolean = false,
43
0 commit comments