We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42fa80f commit 0d62637Copy full SHA for 0d62637
errors.go
@@ -36,7 +36,7 @@
36
// }
37
//
38
// 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
+// the topmost error which does not implement causer, which is assumed to be
40
// the original cause. For example:
41
42
// switch err := errors.Cause(err).(type) {
0 commit comments