We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d299741 commit 68084f9Copy full SHA for 68084f9
Sources/PostgresNIO/New/PostgresRowSequence.swift
@@ -86,9 +86,9 @@ extension PostgresRowSequence {
86
87
/// Consumes all rows and returns the query metadata.
88
///
89
- /// If you don't need the query metadata, just use the for-try-await-loop syntax:
+ /// If you don't need the returned query metadata, just use the for-try-await-loop syntax:
90
/// ```swift
91
- /// for try await row in myPostgresSequence {
+ /// for try await row in myRowSequence {
92
/// /// Process each row
93
/// }
94
/// ```
0 commit comments