Skip to content

Commit 5f2def8

Browse files
cyrtsbilly1624
andauthored
[FULL] Update 01-database-and-async-runtime.md (#134)
* Update 01-database-and-async-runtime.md Correcting grammar mistake * edit --------- Co-authored-by: Billy Chan <[email protected]>
1 parent 35af63a commit 5f2def8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

SeaORM-X/docs/02-install-and-config/01-database-and-async-runtime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Basically, they are in the form of `runtime-ASYNC_RUNTIME-TLS_LIB`:
3838

3939
+ `debug-print` - print every SQL statement to logger
4040
+ `mock` - mock interface for unit testing
41-
+ `macros` - procedural macros for your convenient
41+
+ `macros` - procedural macros for your convenience
4242
+ `with-chrono` - support [`chrono`](https://crates.io/crates/chrono) types
4343
+ `with-time` - support [`time`](https://crates.io/crates/time) types
4444
+ `with-json` - support [`serde-json`](https://crates.io/crates/serde-json) types

SeaORM/versioned_docs/version-0.11.x/02-install-and-config/01-database-and-async-runtime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Basically, they are in the form of `runtime-ASYNC_RUNTIME-TLS_LIB`:
4545

4646
+ `debug-print` - print every SQL statement to logger
4747
+ `mock` - mock interface for unit testing
48-
+ `macros` - procedural macros for your convenient
48+
+ `macros` - procedural macros for your convenience
4949
+ `with-chrono` - support [`chrono`](https://crates.io/crates/chrono) types
5050
+ `with-time` - support [`time`](https://crates.io/crates/time) types
5151
+ `with-json` - support [`serde-json`](https://crates.io/crates/serde-json) types

SeaORM/versioned_docs/version-0.12.x/02-install-and-config/01-database-and-async-runtime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Basically, they are in the form of `runtime-ASYNC_RUNTIME-TLS_LIB`:
4646

4747
+ `debug-print` - print every SQL statement to logger
4848
+ `mock` - mock interface for unit testing
49-
+ `macros` - procedural macros for your convenient
49+
+ `macros` - procedural macros for your convenience
5050
+ `with-chrono` - support [`chrono`](https://crates.io/crates/chrono) types
5151
+ `with-time` - support [`time`](https://crates.io/crates/time) types
5252
+ `with-json` - support [`serde-json`](https://crates.io/crates/serde-json) types

SeaORM/versioned_docs/version-1.0.x/02-install-and-config/01-database-and-async-runtime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Basically, they are in the form of `runtime-ASYNC_RUNTIME-TLS_LIB`:
5252

5353
+ `debug-print` - print every SQL statement to logger
5454
+ `mock` - mock interface for unit testing
55-
+ `macros` - procedural macros for your convenient
55+
+ `macros` - procedural macros for your convenience
5656
+ `with-chrono` - support [`chrono`](https://crates.io/crates/chrono) types
5757
+ `with-time` - support [`time`](https://crates.io/crates/time) types
5858
+ `with-json` - support [`serde-json`](https://crates.io/crates/serde-json) types

0 commit comments

Comments
 (0)