Skip to content

Commit 131d7ce

Browse files
authored
Merge pull request #105 from bobocode-projects/crazy-lambdas-exercise-typo-fixes
small typo fixes
2 parents ae3b9f7 + 1492a8f commit 131d7ce

File tree

1 file changed

+2
-2
lines changed
  • 5-0-functional-programming/5-1-1-crazy-lambdas/src/main/java/com/bobocode/fp

1 file changed

+2
-2
lines changed

5-0-functional-programming/5-1-1-crazy-lambdas/src/main/java/com/bobocode/fp/CrazyLambdas.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ public static Supplier<Thread> runningThreadSupplier(Runnable runnable) {
143143
}
144144

145145
/**
146-
* Returns a {@link Consumer} that accepts {@link Runnable} as a parameter and runs in in a new thread.
146+
* Returns a {@link Consumer} that accepts {@link Runnable} as a parameter and runs in a new thread.
147147
*
148148
* @return a runnable consumer
149149
*/
@@ -186,7 +186,7 @@ public static BiFunction<Map<String, IntUnaryOperator>, String, IntUnaryOperator
186186
}
187187

188188
/**
189-
* Returns {@link Supplier} of {@link Supplier} of {@link Supplier} of {@link String} "WELL DONE".
189+
* Returns {@link Supplier} of {@link Supplier} of {@link Supplier} of {@link String} "WELL DONE!".
190190
*
191191
* @return a supplier instance
192192
*/

0 commit comments

Comments
 (0)