Skip to content

Commit 401b89f

Browse files
committed
fix: doc errors.
1 parent dd80185 commit 401b89f

File tree

5 files changed

+108
-70
lines changed

5 files changed

+108
-70
lines changed

google-cloud-spanner/src/main/java/com/google/cloud/spanner/AsyncResultSet.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ interface ReadyCallback {
115115
* CursorState#NOT_READY}.
116116
* </ul>
117117
*
118-
* <h3>Flow Control</h3>
118+
* <h2>Flow Control</h2>
119119
*
120120
* If no flow control is needed (say because result sizes are known in advance to be finite in
121121
* size) then async processing is simple. The following is a code example that transfers work from

0 commit comments

Comments
 (0)