Skip to content

Commit

Permalink
Update CoreFunctions.swift fix typo
Browse files Browse the repository at this point in the history
fix lower to upper
  • Loading branch information
steventong authored Mar 16, 2024
1 parent e78ae02 commit cda8a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SQLite/Typed/CoreFunctions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ extension ExpressionType where UnderlyingType == String {
///
/// let name = Expression<String>("name")
/// name.uppercaseString
/// // lower("name")
/// // upper("name")
///
/// - Returns: A copy of the expression wrapped with the `upper` function.
public var uppercaseString: Expression<UnderlyingType> {
Expand Down

0 comments on commit cda8a12

Please sign in to comment.