We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 090d063 commit 386e807Copy full SHA for 386e807
1 file changed
README.md
@@ -95,7 +95,7 @@ Note that it is never a good idea to inspect a message of an error. Type check,
95
96
An alternative is a mechanisms called **traits**:
97
```go
98
-// thie first parameter is a name of new error type, the second is a reference to existing trait
+// the first parameter is a name of new error type, the second is a reference to existing trait
99
TimeoutElapsed = MyErrors.NewType("timeout", errorx.Timeout())
100
```
101
0 commit comments