diff --git a/docs/StardustDocs/topics/KPropertiesApi.md b/docs/StardustDocs/topics/KPropertiesApi.md index 4bbc21fc76..3f3ec5471b 100644 --- a/docs/StardustDocs/topics/KPropertiesApi.md +++ b/docs/StardustDocs/topics/KPropertiesApi.md @@ -11,7 +11,7 @@ This can be done using `::` expression that provides [property references](https data class Passenger( val survived: Boolean, val home: String, - val age: Int, + val age: Int?, val lastName: String )