Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions twin/src/main/java/com/iluwatar/twin/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@

/**
* Twin pattern is a design pattern which provides a standard solution to simulate multiple
* inheritance in java.
* inheritance in Java.
*
* <p>In this example, the essence of the Twin pattern is the {@link BallItem} class and {@link
* 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
* reference) like a single class inheriting from {@link GameItem} and {@link Thread}.
*/

Expand Down