Skip to content

Commit 841db84

Browse files
authored
Fix uppercased UUID doc string (pointfreeco#188)
* Fix uppercased UUID doc string * Update UUID+Uppercased.swift
1 parent 375011e commit 841db84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/StructuredQueriesSQLiteCore/QueryRepresentable/UUID+Uppercased.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Foundation
22

33
extension UUID {
4-
/// A query expression representing a UUID as a lowercased string.
4+
/// A query expression representing a UUID as an uppercased string.
55
///
66
/// ```swift
77
/// @Table

0 commit comments

Comments
 (0)