Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tobbee committed Jan 19, 2021
1 parent 479783e commit e2995b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bits/slicereader.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"fmt"
)

var SliceReadError = fmt.Errorf("Read too far in SliceReaderß")
var SliceReadError = fmt.Errorf("Read too far in SliceReader")

// SliceReader - read integers and other data from a slice.
// Accumulates error, and the first error can be retrived.
Expand Down

0 comments on commit e2995b5

Please sign in to comment.