Skip to content

Commit

Permalink
fix grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
kevindiu authored and actions-user committed Aug 11, 2020
1 parent 5d70026 commit 7fa246b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contributing/coding-style.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ Please use [internal/errgroup](https://github.com/vdaas/vald/blob/master/interna

### Error checking

All functions returns `error` if the function have possiblility to fail. It is very important to ensure the error checking is performed.
All functions return `error` if the function can fail. It is very important to ensure the error checking is performed.
To reduce human mistake that missing the error checking, please check the error using the following style:

```golang
Expand Down

0 comments on commit 7fa246b

Please sign in to comment.