Skip to content

Commit bed9ac8

Browse files
committed
* Clarification of Result.next_page_async return value description.
1 parent f53b4b5 commit bed9ac8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/cassandra/result.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ def next_page(options = nil)
7676
#
7777
# @note `:paging_state` option will be ignored.
7878
#
79-
# @return [Cassandra::Future<Cassandra::Result, nil>] `nil` if last
80-
# page
79+
# @return [Cassandra::Future<Cassandra::Result>] a future that resolves to a new Result if there is a new page,
80+
# `nil` otherwise.
8181
#
8282
# @see Cassandra::Session#execute
8383
def next_page_async(options = nil)

0 commit comments

Comments
 (0)