Skip to content

Commit

Permalink
Update comment from Good to Bad
Browse files Browse the repository at this point in the history
  • Loading branch information
dane committed Jul 19, 2024
1 parent 796c475 commit 2c71d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/decisions.md
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ If the value appears in multiple forms, this can be clarified either with an
extra word like `raw` and `parsed` or with the underlying representation:

```go
// Good:
// Bad:
limitStr := r.FormValue("limit")
limit, err := strconv.Atoi(limitStr)
```
Expand Down

0 comments on commit 2c71d05

Please sign in to comment.