File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Sources/StructuredQueriesCore/Documentation.docc/Articles Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ you can define your own conformances for your own custom data types.
150150
151151#### Dates
152152
153- SQLite does not have a native data type, and instead has 3 different ways to represent dates:
153+ SQLite does not have a native date type, and instead has 3 different ways to represent dates:
154154
155155 * Text column interpreted as ISO-8601-formatted string.
156156 * Int column interpreted as number of seconds since Unix epoch.
@@ -256,7 +256,7 @@ enum Priority: Int, QueryBindable {
256256}
257257```
258258
259- The library will automatically encode the priority to an integer when insert into the database,
259+ The library will automatically encode the priority to an integer when inserting into the database,
260260and will decode data from the database using the `RawRepresentable` conformance of `Priority`.
261261
262262@Row {
You can’t perform that action at this time.
0 commit comments