Skip to content

Commit 6ea8c8e

Browse files
committed
Update comment from Good to Bad
1 parent 57ea449 commit 6ea8c8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/decisions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ If the value appears in multiple forms, this can be clarified either with an
391391
extra word like `raw` and `parsed` or with the underlying representation:
392392

393393
```go
394-
// Good:
394+
// Bad:
395395
limitStr := r.FormValue("limit")
396396
limit, err := strconv.Atoi(limitStr)
397397
```

0 commit comments

Comments
 (0)