We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a0abd8 commit 42fa80fCopy full SHA for 42fa80f
README.md
@@ -29,7 +29,7 @@ type causer interface {
29
Cause() error
30
}
31
```
32
-`errors.Cause` will recursively retrieve the topmost error which does nor implement causer, which is assumed to be the original cause. For example:
+`errors.Cause` will recursively retrieve the topmost error which does not implement `causer`, which is assumed to be the original cause. For example:
33
34
switch err := errors.Cause(err).(type) {
35
case *MyError:
0 commit comments