Skip to content

Commit dc950f5

Browse files
authored
Fix typo (#2098)
Remove double `is`
1 parent cf32cdc commit dc950f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/json.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ Note that the execution will fail if the structure of the data is otherwise diff
548548
### Json element builders
549549

550550
You can construct instances of specific [JsonElement] subtypes using the respective builder functions
551-
[buildJsonArray] and [buildJsonObject]. They provide a DSL to define the resulting JSON structure. It is
551+
[buildJsonArray] and [buildJsonObject]. They provide a DSL to define the resulting JSON structure. It
552552
is similar to Kotlin standard library collection builders, but with a JSON-specific convenience
553553
of more type-specific overloads and inner builder functions. The following example shows
554554
all the key features:

0 commit comments

Comments
 (0)