File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ fun main() {
182
182
183
183
> You can get the full code [ here] ( ../guide/example/example-classes-01.kt ) .
184
184
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.
186
186
187
187
``` text
188
188
{"name":"kotlinx.serialization","stars":9000}
@@ -409,7 +409,7 @@ fun main() {
409
409
410
410
> You can get the full code [ here] ( ../guide/example/example-classes-08.kt ) .
411
411
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
413
413
value is equal to the default one, produces the following exception.
414
414
415
415
``` text
You can’t perform that action at this time.
0 commit comments