Skip to content

Commit 81f0ad0

Browse files
committed
Doc fix
1 parent a24b159 commit 81f0ad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/fj/control/Trampoline.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ public Trampoline<A> f(final P1<Trampoline<A>> trampolineP1) {
189189
public abstract <B> Trampoline<B> bind(final F<A, Trampoline<B>> f);
190190

191191
/**
192-
* Maps the given function across the result of this trampoline. Monadic bind.
192+
* Maps the given function across the result of this trampoline.
193193
*
194194
* @param f A function that gets applied to the result of this trampoline.
195195
* @return A new trampoline that runs this trampoline, then applies the given function to the result.

0 commit comments

Comments
 (0)