Skip to content

Commit cba3b1c

Browse files
mbrandonwgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent e7f984e commit cba3b1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/StructuredQueriesSQLiteCore/Documentation.docc/Articles/CustomFunctions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ configuration.prepareDatabase { db in
5252
5353
To define a type that works with a custom representation, i.e. anytime you use `@Column(as:)` in
5454
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
55+
if your model holds onto a date and you want to store that date as a
5656
[unix timestamp](<doc:Foundation/Date/UnixTimeRepresentation-struct>) (i.e. double),
5757
then you can do so like this:
5858

0 commit comments

Comments
 (0)