Skip to content

Commit 34fa177

Browse files
authored
Merge pull request groue#1848 from groue/bellebethcooper-typo-fix
Minor typo in doc comments
2 parents 81a699c + 67ebcb3 commit 34fa177

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GRDB/ValueObservation/ValueObservation.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ extension ValueObservation {
345345
/// - parameter reader: A DatabaseReader.
346346
/// - parameter scheduler: A ValueObservationScheduler. By default,
347347
/// fresh values are dispatched on the cooperative thread pool.
348-
/// - parameter bufferingPolicy: see the documntation
348+
/// - parameter bufferingPolicy: see the documentation
349349
/// of `AsyncThrowingStream`.
350350
public func values(
351351
in reader: any DatabaseReader,

0 commit comments

Comments
 (0)