Skip to content

Commit

Permalink
fix up javadoc for .mapContinuation
Browse files Browse the repository at this point in the history
  • Loading branch information
alecgrieser committed May 16, 2022
1 parent 8920a7b commit 844ee07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ interface ContinuationConvertor {
}

/**
* Get a new cursor by applying transforming the continuation of each result. This function creates
* Get a new cursor by applying a transformation to the continuation of each result. This function creates
* a new cursor by unwrapping the passed in {@code continuation} parameter (using the
* {@link ContinuationConvertor#unwrapContinuation(byte[]) unwrapContinuation} method on the supplied
* {@code convertor}) and passing that to the given {@code cursorFunction}. It then will modify
Expand Down

0 comments on commit 844ee07

Please sign in to comment.