Skip to content

Commit

Permalink
Update data-classes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
phplego committed Feb 9, 2020
1 parent ff26dde commit 11acfe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-classes.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Additionally, the members generation follows these rules with regard to the memb
> (см. [Конструкторы](classes.html#constructors))
``` kotlin
data class User(val name: String = "", val age: Int = 0)
```
```

<!-- Properties Declared in the Class Body -->
## Свойства, объявленные в теле класса
Expand Down

0 comments on commit 11acfe8

Please sign in to comment.