Commit 3949435
fix: correct typos in comments and proto annotations
Fix spelling mistakes in Go code comments and a proto comment:
- prepand -> prepend (internal/codegen/golang/struct.go)
- unsiged -> unsigned (internal/codegen/golang/opts/override.go)
- desination -> destination (internal/tools/sqlc-pg-gen/main.go)
- implmented -> implemented (internal/tools/sqlc-pg-gen/proc.go)
- Overides -> Overrides (protos/plugin/codegen.proto)
All changes are in comments only — no logic or behavior is affected.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 22d878a commit 3949435
5 files changed
Lines changed: 5 additions & 5 deletions
File tree
- internal
- codegen/golang
- opts
- tools/sqlc-pg-gen
- protos/plugin
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
370 | 370 | | |
371 | 371 | | |
372 | 372 | | |
373 | | - | |
| 373 | + | |
374 | 374 | | |
375 | 375 | | |
376 | 376 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments