Skip to content

Commit 209fd5d

Browse files
authored
Merge pull request #5 from jonboulle/patch-1
README: fix Someting -> Something typo
2 parents 7dcb289 + 9bf33a4 commit 209fd5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ func() {
9999
You can use the combinations as you might need:
100100

101101
```go
102-
func(c *gongular.Context, s SometingQuery, p SomethingParam) SomeResponse {
102+
func(c *gongular.Context, s SomethingQuery, p SomethingParam) SomeResponse {
103103

104104
}
105105
```

0 commit comments

Comments
 (0)