Skip to content

Commit 3d8e5d6

Browse files
committed
fix formatting
1 parent 96d8ded commit 3d8e5d6

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

doc/v3-migration-guide.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,15 @@ module which can be added to your `MODULE.bazel` file as a dependency.
4747
### Bigtable
4848

4949
<details>
50-
<summary>Bigtable: Removed <code>bigtable::RowReader</code> constructors
50+
<summary>Removed <code>bigtable::RowReader</code> constructors
5151
</summary>
5252
<br>
5353

54-
The `bigtable::RowReader` constructors that accept `DataClient` as
55-
an argument have been removed.
54+
The `bigtable::RowReader` constructors that accept `DataClient` as an argument
55+
have been removed.
5656

57-
Developers that read rows by directly constructing a `RowReader` object should instead construct a `Table` object and call `Table::ReadRows(...)`.
57+
Developers that read rows by directly constructing a `RowReader` object should
58+
instead construct a `Table` object and call `Table::ReadRows(...)`.
5859

5960
</details>
6061

0 commit comments

Comments
 (0)