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 coding-conventions.md
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ should not affect the formatting of either the declaration or any of the usages.
### Двоеточие

<!-- Put a space before `:` in the following cases: -->
Не ставьте пробел перед `:` в следующих случаях:
Ставьте пробел перед `:` в следующих случаях:

<!-- * when it's used to separate a type and a supertype
* when delegating to a superclass constructor or a different constructor of the same class
Expand Down