Skip to content

Commit cda8a12

Browse files
authored
Update CoreFunctions.swift fix typo
fix lower to upper
1 parent e78ae02 commit cda8a12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SQLite/Typed/CoreFunctions.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ extension ExpressionType where UnderlyingType == String {
224224
///
225225
/// let name = Expression<String>("name")
226226
/// name.uppercaseString
227-
/// // lower("name")
227+
/// // upper("name")
228228
///
229229
/// - Returns: A copy of the expression wrapped with the `upper` function.
230230
public var uppercaseString: Expression<UnderlyingType> {

0 commit comments

Comments
 (0)