Skip to content

Commit f4b5bcc

Browse files
committed
💡 enhance comment for allowSparseLists in DecodeOptions
1 parent 8d51230 commit f4b5bcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qs-kotlin/src/main/kotlin/io/github/techouse/qskotlin/models/DecodeOptions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ data class DecodeOptions(
3737
/**
3838
* Set to `true` to allow sparse Lists in the encoded input.
3939
*
40-
* Note: If set to `true`, the lists will contain `null` values for missing indices.
40+
* Note: If set to `true`, the lists will contain `null` values for missing values.
4141
*/
4242
val allowSparseLists: Boolean = false,
4343

0 commit comments

Comments
 (0)