Skip to content

Commit 65bd4d9

Browse files
committed
Enhance DatabaseRegionObservation documentation
1 parent 7343912 commit 65bd4d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

GRDB/Core/DatabaseRegionObservation.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ import Foundation
7373
/// }
7474
/// ```
7575
///
76-
/// You can feed DatabaseRegionObservation with any type that conforms to
77-
/// the ``DatabaseRegionConvertible`` protocol: requests, ``DatabaseRegion``,
78-
/// ``Table``, etc. For example:
76+
/// You can feed `DatabaseRegionObservation` with any type that conforms to
77+
/// the ``DatabaseRegionConvertible`` protocol: ``FetchRequest``,
78+
/// ``DatabaseRegion``, ``Table``, etc. For example:
7979
///
8080
/// ```swift
8181
/// // Observe the score column of the 'player' table

0 commit comments

Comments
 (0)