Skip to content

Commit 26c03c4

Browse files
committed
fix checkers
1 parent 152f295 commit 26c03c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/v3-migration-guide.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ module which can be added to your `MODULE.bazel` file as a dependency.
5050
<summary>Removed <code>bigtable::AsyncRowReader<>::NO_ROWS_LIMIT</code>
5151
</summary>
5252

53-
AsyncRowReader::NO_ROWS_LIMIT has been removed. Please use RowReader::NO_ROWS_LIMIT` instead.
53+
AsyncRowReader::NO_ROWS_LIMIT has been removed. Please use
54+
`google::cloud::bigtable::RowReader::NO_ROWS_LIMIT` instead.
5455

5556
</details>
5657

0 commit comments

Comments
 (0)