Skip to content

Commit

Permalink
docs: fix variable name typo (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
gjlmotea authored Oct 26, 2023
1 parent aa60862 commit 4f5cbfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ mysql supported
```go
import "gorm.io/datatypes"

type Params struct {
type Param struct {
ID int
Letters string
Config datatypes.JSON
Expand Down

0 comments on commit 4f5cbfd

Please sign in to comment.