Skip to content

Commit 0d28bef

Browse files
authored
Fix typos in basic-serialization.md (#1066)
1 parent ec46dec commit 0d28bef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/basic-serialization.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ fun main() {
182182

183183
> You can get the full code [here](../guide/example/example-classes-01.kt).
184184
185-
We can clearly see that only `owner` and `stars` properties are present in the JSON output.
185+
We can clearly see that only `name` and `stars` properties are present in the JSON output.
186186

187187
```text
188188
{"name":"kotlinx.serialization","stars":9000}
@@ -409,7 +409,7 @@ fun main() {
409409

410410
> You can get the full code [here](../guide/example/example-classes-08.kt).
411411
412-
Attempt to explicitly specify its value in the serial format, even if the specified
412+
Attempts to explicitly specify its value in the serial format, even if the specified
413413
value is equal to the default one, produces the following exception.
414414

415415
```text

0 commit comments

Comments
 (0)