Skip to content

Commit

Permalink
(yegor256#1462) Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
andreoss committed Oct 30, 2020
1 parent 9b69568 commit 7da56b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/org/cactoos/text/MappedTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ void mapsWithFormat() {
@Test
void maps() {
new Assertion<>(
"must apply mehtod reference to a string",
"must apply method reference to a string",
new Mapped(
String::toLowerCase,
new TextOf("ABC")
Expand Down

0 comments on commit 7da56b0

Please sign in to comment.