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 34d2896 commit e1d78c2Copy full SHA for e1d78c2
common/functions.go
@@ -3,7 +3,7 @@ package common
3
import "strings"
4
5
// UnsafeUTF8DecimalCodePointsToInt converts a slice containing
6
-// a series of UTF-8 decimal code points into their integer rapresentation.
+// a series of UTF-8 decimal code points into their integer representation.
7
//
8
// It assumes input code points are in the range 48-57.
9
// Returns a pointer since an empty slice is equal to nil and not to the zero value of the codomain (ie., `int`).
syslog.go
@@ -37,7 +37,6 @@ type Parser interface {
37
Parse(r io.Reader)
38
WithListener(ParserListener)
39
WithMachineOptions(opts ...MachineOption)
40
- // BestEfforter
41
MaxMessager
42
}
43
0 commit comments