Skip to content

Commit 44039ef

Browse files
chore: Typo
1 parent 2bcd4f8 commit 44039ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Update your existing handler signatures, by adding an `error` return type and ut
2020

2121
```go
2222
func addProduct(w http.ResponseWriter, r *http.Request) error {
23-
var p product
23+
var p product
2424
if err := errhandler.ParseJSON(r, &p); err != nil {
2525
return fmt.Errorf("parsing request json: %w", err)
2626
}

0 commit comments

Comments
 (0)