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 7e4d0b4 commit d4b2496Copy full SHA for d4b2496
twin/src/main/java/com/iluwatar/twin/App.java
@@ -25,10 +25,10 @@
25
26
/**
27
* Twin pattern is a design pattern which provides a standard solution to simulate multiple
28
- * inheritance in java.
+ * inheritance in Java.
29
*
30
* <p>In this example, the essence of the Twin pattern is the {@link BallItem} class and {@link
31
- * BallThread} class represent the twin objects to coordinate with each other(via the twin
+ * BallThread} class represent the twin objects to coordinate with each other (via the twin
32
* reference) like a single class inheriting from {@link GameItem} and {@link Thread}.
33
*/
34
0 commit comments