Skip to content

Commit 60c954c

Browse files
committed
[SeaORM] Edit
1 parent 4431ee6 commit 60c954c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SeaORM/docs/04-generate-entity/02-entity-structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ pub struct Model { ... }
5252
```
5353

5454
<details>
55-
<summary>You can find a list of valid values for the `rename_all` attribute below</summary>
55+
<summary>You can find a list of valid values for the `rename_all` attribute here</summary>
5656

5757
- camelCase
5858
- kebab-case

SeaORM/docs/04-generate-entity/04-enumeration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ pub enum Category {
4444
```
4545

4646
<details>
47-
<summary>You can find a list of valid values for the `rename_all` attribute below</summary>
47+
<summary>You can find a list of valid values for the `rename_all` attribute here</summary>
4848

4949
- camelCase
5050
- kebab-case

0 commit comments

Comments
 (0)