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.
2 parents 3ba13b0 + 432670e commit f3cc4adCopy full SHA for f3cc4ad
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