Skip to content

Commit

Permalink
#1054: fix misspeling
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriciofx committed Sep 11, 2020
1 parent 7bae217 commit 7d15527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/takes/rs/HeadPrint.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
*
* @since 2.0
* @todo #1054:30min Develop tests for {@link HeadPrint} and {@link BodyPrint}.
* Although these classes are tested by {@link RsPrint} they need your own
* Although these classes are tested by {@link RsPrint} they need their own
* unit tests.
*/
public final class HeadPrint implements Head, Text {
Expand Down

4 comments on commit 7d15527

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on 7d15527 Sep 11, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 984-c7848b91 disappeared from src/main/java/org/takes/rs/RsPrint.java, that's why I closed #1054. Please, remember that the puzzle was not necessarily removed in this particular commit. Maybe it happened earlier, but we discovered this fact only now.

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on 7d15527 Sep 11, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 1054-12508176 discovered in src/main/java/org/takes/rs/RsPrint.java and submitted as #1073. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on 7d15527 Sep 11, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 1054-0458805c discovered in src/main/java/org/takes/rs/RsPrint.java and submitted as #1074. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on 7d15527 Sep 11, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 1054-a8efe282 discovered in src/main/java/org/takes/rs/HeadPrint.java and submitted as #1075. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

Please sign in to comment.