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 e02f2c8 commit 432670eCopy full SHA for 432670e
GRDB/Core/Row.swift
@@ -287,7 +287,7 @@ extension Row {
287
/// The result is nil if the row does not contain the column.
288
public subscript(_ columnName: String) -> DatabaseValueConvertible? {
289
// IMPLEMENTATION NOTE
290
- // This method has a single know use case: checking if the value is nil,
+ // This method has a single known use case: checking if the value is nil,
291
// as in:
292
//
293
// if row["foo"] != nil { ... }
0 commit comments