Skip to content
This repository was archived by the owner on Dec 1, 2021. It is now read-only.

Commit 0d62637

Browse files
judwhitedavecheney
authored andcommitted
errors.go: "nor" -> "not" (typo fix) (#17)
1 parent 42fa80f commit 0d62637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

errors.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
// }
3737
//
3838
// can be inspected by errors.Cause. errors.Cause will recursively retrieve
39-
// the topmost error which does nor implement causer, which is assumed to be
39+
// the topmost error which does not implement causer, which is assumed to be
4040
// the original cause. For example:
4141
//
4242
// switch err := errors.Cause(err).(type) {

0 commit comments

Comments
 (0)