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
Fix coding-conventions.md translation
Fix difference with the original in colon section
  • Loading branch information
redayni authored May 11, 2022
commit d826f58e9618f0b64d6d73735bce981b21a16889
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