Skip to content

Commit 924d399

Browse files
degrigorashGeorgePap-719
authored andcommitted
Fix typo (Kotlin#2098)
Remove double `is`
1 parent 5a908df commit 924d399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/json.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ Note that the execution will fail if the structure of the data is otherwise diff
551551
### Json element builders
552552

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

0 commit comments

Comments
 (0)