Skip to content

Commit 33244ee

Browse files
martinbonninbenjie
andauthored
Update src/pages/blog/2024-09-18-codegen.mdx
Co-authored-by: Benjie <[email protected]>
1 parent 60c9eee commit 33244ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/blog/2024-09-18-codegen.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ If you're not using code generation, you're missing out on a lot, especially if
1111

1212
By using code generation, you get:
1313

14-
- compile time guarantees about your code and the data it manipulates.
15-
- Autocomplete and inline documentation in your favorite IDE.
14+
- compile time guarantees about your code and the data it manipulates, and
15+
- autocomplete and inline documentation in your favorite IDE.
1616

1717
All of that without having to write and maintain types manually!
1818

0 commit comments

Comments
 (0)