Skip to content

Commit

Permalink
Update classes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
phplego committed May 2, 2019
1 parent 866f60f commit 48660fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes.md
Expand Up @@ -100,7 +100,7 @@ class Customer public @Inject constructor(name: String) { ... }
```

<!--For more details, see [Visibility Modifiers](visibility-modifiers.html#constructors).-->
Для более подробной информации по данному вопросу см. ["Модификаторы доступа"](visibility-modifiers.html#constructors).
Для более подробной информации по данному вопросу см. "[Модификаторы доступа](visibility-modifiers.html#constructors)".

<!--#### Secondary Constructors-->
#### Второстепенные конструкторы
Expand Down

0 comments on commit 48660fd

Please sign in to comment.