Skip to content

Commit 432670e

Browse files
authored
Fix documentation typo in Row
1 parent e02f2c8 commit 432670e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GRDB/Core/Row.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ extension Row {
287287
/// The result is nil if the row does not contain the column.
288288
public subscript(_ columnName: String) -> DatabaseValueConvertible? {
289289
// IMPLEMENTATION NOTE
290-
// This method has a single know use case: checking if the value is nil,
290+
// This method has a single known use case: checking if the value is nil,
291291
// as in:
292292
//
293293
// if row["foo"] != nil { ... }

0 commit comments

Comments
 (0)