Iterate has one 't'
This commit is contained in:
parent
0ab1322172
commit
c147a86b15
|
@ -93,8 +93,8 @@ func (bl *BitList) GetBytes() []byte {
|
||||||
return result
|
return result
|
||||||
}
|
}
|
||||||
|
|
||||||
// itterates through all bytes contained in the BitList
|
// iterates through all bytes contained in the BitList
|
||||||
func (bl *BitList) ItterateBytes() <-chan byte {
|
func (bl *BitList) IterateBytes() <-chan byte {
|
||||||
res := make(chan byte)
|
res := make(chan byte)
|
||||||
|
|
||||||
go func() {
|
go func() {
|
||||||
|
|
Loading…
Reference in New Issue