Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandr Samylkin committed Apr 22, 2017
1 parent 7794f68 commit 1af8444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ func TestCalculator_Eval(t *testing.T) {
}
```

Don't forget to test the error path::
Don't forget to test the error path:

```go
func TestCalculator_Errors(t *testing.T) {
Expand Down

0 comments on commit 1af8444

Please sign in to comment.