Skip to content

Commit 68084f9

Browse files
committed
Update PostgresRowSequence.swift
1 parent d299741 commit 68084f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/PostgresNIO/New/PostgresRowSequence.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ extension PostgresRowSequence {
8686

8787
/// Consumes all rows and returns the query metadata.
8888
///
89-
/// If you don't need the query metadata, just use the for-try-await-loop syntax:
89+
/// If you don't need the returned query metadata, just use the for-try-await-loop syntax:
9090
/// ```swift
91-
/// for try await row in myPostgresSequence {
91+
/// for try await row in myRowSequence {
9292
/// /// Process each row
9393
/// }
9494
/// ```

0 commit comments

Comments
 (0)