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 e7f984e commit cba3b1cCopy full SHA for cba3b1c
Sources/StructuredQueriesSQLiteCore/Documentation.docc/Articles/CustomFunctions.md
@@ -52,7 +52,7 @@ configuration.prepareDatabase { db in
52
53
To define a type that works with a custom representation, i.e. anytime you use `@Column(as:)` in
54
your data type, you can use the `as` parameter of the macro to specify those types. For example,
55
-if your model holds onto a date and you want to store that date as a
+if your model holds onto a date and you want to store that date as a
56
[unix timestamp](<doc:Foundation/Date/UnixTimeRepresentation-struct>) (i.e. double),
57
then you can do so like this:
58
0 commit comments