Skip to content

Commit 363be8f

Browse files
committed
fix checkers
1 parent db011bd commit 363be8f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/v3-migration-guide.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -128,13 +128,13 @@ auto limit = google::cloud::bigtable::RowReader::NO_ROWS_LIMIT;
128128
<details>
129129
<summary>Removed <code>spanner::ClientOptions</code> class</summary>
130130

131-
The `spanner::ClientOptions` class has been removed. Use `google::cloud::Options`
132-
instead to set the following as needed:
131+
The `spanner::ClientOptions` class has been removed. Use
132+
`google::cloud::Options` instead to set the following as needed:
133133

134-
* `spanner::QueryOptimizerVersionOption`
135-
* `spanner::QueryOptimizerStatisticsPackageOption`
136-
* `spanner::RequestPriorityOption`
137-
* `spanner::RequestTagOption`
134+
- `spanner::QueryOptimizerVersionOption`
135+
- `spanner::QueryOptimizerStatisticsPackageOption`
136+
- `spanner::RequestPriorityOption`
137+
- `spanner::RequestTagOption`
138138

139139
**Before:**
140140

0 commit comments

Comments
 (0)