Skip to content

Commit

Permalink
[Short] Fix docs for Dispatcher#startingAt
Browse files Browse the repository at this point in the history
CHANGELOG_BEGIN
CHANGELOG_END
  • Loading branch information
pbatko-da committed Oct 20, 2021
1 parent 2267429 commit f2cf254
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ trait Dispatcher[Index] extends AutoCloseable {
/** Signals and stores a new head in memory. */
def signalNewHead(head: Index): Unit

/** Returns a stream of elements with the next index from start (inclusive) to end (exclusive) */
/** Returns a stream of elements with the next index from start (exclusive) to end (inclusive) */
def startingAt[T](
startExclusive: Index,
subSource: SubSource[Index, T],
Expand Down

0 comments on commit f2cf254

Please sign in to comment.