Skip to content

Commit 3a7f304

Browse files
committed
Fix typo
1 parent fb6666e commit 3a7f304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

strerr/error.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.
1+
// Package strerr provides string error type that allows declaring errors as constants unlike Go's own errors.New which uses privete struct type.
22
package strerr
33

44
// Error adds Error method to string type.

0 commit comments

Comments
 (0)