Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion object-declarations.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ class C {
```

<!-- If this function or property is public or private inline, its actual type is: -->
Если эта функция или свойство маркированы как встроенные и public или private одновременно, то их тип:
Если эта функция или свойство маркированы как public или встроенный private, то их тип:

<!-- * `Any` if the anonymous object doesn't have a declared supertype
* The declared supertype of the anonymous object, if there is exactly one such type
Expand Down