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 e78ae02 + cda8a12 commit f0bbfaaCopy full SHA for f0bbfaa
Sources/SQLite/Typed/CoreFunctions.swift
@@ -224,7 +224,7 @@ extension ExpressionType where UnderlyingType == String {
224
///
225
/// let name = Expression<String>("name")
226
/// name.uppercaseString
227
- /// // lower("name")
+ /// // upper("name")
228
229
/// - Returns: A copy of the expression wrapped with the `upper` function.
230
public var uppercaseString: Expression<UnderlyingType> {
0 commit comments