Skip to content

Commit f0bbfaa

Browse files
author
Nathan Fallet
authored
Merge pull request #1249 from steventong/steventong-patch-1
2 parents e78ae02 + cda8a12 commit f0bbfaa

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)