Merge pull request #746 from 928234269/patch2

fix tyop in doc.go
This commit is contained in:
Sargun Dhillon
2019-08-21 08:29:46 -07:00
committed by GitHub

View File

@@ -1,4 +1,4 @@
// Package errdefs defines the error types that are understood by other packages
// in this project. Consumers of this project should look here to know how to
// produce and consume erors for this project.
// produce and consume errors for this project.
package errdefs