Skip to content

Commit 420c9e3

Browse files
mullermpjterapin
andauthored
Update gems/smithy-client/lib/smithy-client/pageable_output.rb
Co-authored-by: Juli Tera <57973151+jterapin@users.noreply.github.com>
1 parent fe67282 commit 420c9e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gems/smithy-client/lib/smithy-client/pageable_output.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ module Client
3232
#
3333
# # Handling Paged Output Manually
3434
# To handle paging yourself, use the output's `next_page?` method to verify
35-
# there are more pages to retrieve, or use the last_page? method to verify
35+
# there are more pages to retrieve, or use the `last_page?` method to verify
3636
# there are no more pages to retrieve.
3737
#
3838
# If there are more pages, use the `next_page` method to retrieve the

0 commit comments

Comments
 (0)