Skip to content

Commit 55c4c20

Browse files
authored
Fix a typo (#1088)
1 parent b0f0d92 commit 55c4c20

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
@@ -334,7 +334,7 @@ unstructured data that it does not readily fit into the typesafe world of Kotlin
334334

335335
### Parsing to Json element
336336

337-
A string can _parsed_ into an instance of [JsonElement] with the [Json.parseToJsonElement] function.
337+
A string can be _parsed_ into an instance of [JsonElement] with the [Json.parseToJsonElement] function.
338338
It is called neither decoding nor deserialization, because none of that happens in the process.
339339
Only JSON parser is being used here.
340340

0 commit comments

Comments
 (0)