Skip to content

Commit e1d78c2

Browse files
committed
chore: typo
Signed-off-by: Leonardo Di Donato <[email protected]>
1 parent 34d2896 commit e1d78c2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

common/functions.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package common
33
import "strings"
44

55
// UnsafeUTF8DecimalCodePointsToInt converts a slice containing
6-
// a series of UTF-8 decimal code points into their integer rapresentation.
6+
// a series of UTF-8 decimal code points into their integer representation.
77
//
88
// It assumes input code points are in the range 48-57.
99
// Returns a pointer since an empty slice is equal to nil and not to the zero value of the codomain (ie., `int`).

syslog.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ type Parser interface {
3737
Parse(r io.Reader)
3838
WithListener(ParserListener)
3939
WithMachineOptions(opts ...MachineOption)
40-
// BestEfforter
4140
MaxMessager
4241
}
4342

0 commit comments

Comments
 (0)