We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb6666e commit 3a7f304Copy full SHA for 3a7f304
strerr/error.go
@@ -1,4 +1,4 @@
1
-// Package strerr provides string error type that allows decalring errors as constants unlike Go's own errors.New which uses privete struct type.
+// Package strerr provides string error type that allows declaring errors as constants unlike Go's own errors.New which uses privete struct type.
2
package strerr
3
4
// Error adds Error method to string type.
0 commit comments