Skip to content

Commit d4b2496

Browse files
dgruntziluwatar
authored andcommitted
Update App.java (iluwatar#1098)
1 parent 7e4d0b4 commit d4b2496

File tree

1 file changed

+2
-2
lines changed
  • twin/src/main/java/com/iluwatar/twin

1 file changed

+2
-2
lines changed

twin/src/main/java/com/iluwatar/twin/App.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525

2626
/**
2727
* Twin pattern is a design pattern which provides a standard solution to simulate multiple
28-
* inheritance in java.
28+
* inheritance in Java.
2929
*
3030
* <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
31+
* BallThread} class represent the twin objects to coordinate with each other (via the twin
3232
* reference) like a single class inheriting from {@link GameItem} and {@link Thread}.
3333
*/
3434

0 commit comments

Comments
 (0)