Skip to content

Commit

Permalink
Fix enhorse#13 - Not correct explanation of the 'instance method refe…
Browse files Browse the repository at this point in the history
…rence'
  • Loading branch information
enhorse committed Jan 22, 2020
1 parent f4a3d7b commit 3f8de0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java8.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ public static void main(String[] args) {
[к оглавлению](#java-8)

## Объясните выражение `System.out::println`.
Заданное выражение иллюстрирует передачу ссылки на статический метод `println()` класса `System.out`.
Данное выражение иллюстрирует механизм _instance method reference_: передачи ссылки на метод `println()` статического поля `out` класса `System`.

[к оглавлению](#java-8)

Expand Down

0 comments on commit 3f8de0f

Please sign in to comment.