Skip to content

Commit 6f83067

Browse files
authored
fix: markdown (quii#856)
1 parent 5837956 commit 6f83067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

error-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ This leads to flaky and difficult to read/write tests and it reflects the diffic
162162

163163
Always make sure your tests reflect how _you'd_ like to use your code, so in this respect consider creating error types to encapsulate your kinds of errors. This makes handling different kinds of errors easier for users of your code and also makes writing your error handling code simpler and easier to read.
164164

165-
## Addendum
165+
## Addendum
166166

167167
As of Go 1.13 there are new ways to work with errors in the standard library which is covered in the [Go Blog](https://blog.golang.org/go1.13-errors)
168168

0 commit comments

Comments
 (0)