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.
1 parent e78ae02 commit cda8a12Copy full SHA for cda8a12
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