We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dd0e09 commit 642ce1cCopy full SHA for 642ce1c
README.md
@@ -167,7 +167,7 @@ String converted = converter.convert("Java");
167
System.out.println(converted); // "J"
168
```
169
170
-Let's see how the `::` keyword works for constructors. First we define an example bean with different constructors:
+Let's see how the `::` keyword works for constructors. First we define an example class with different constructors:
171
172
```java
173
class Person {
0 commit comments