Ver Fonte

Merge pull request #1 from extemporalgenome/patch-1

Iterate has one 't'
Florian há 12 anos atrás
pai
commit
54a6c5bdec
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      bitlist.go

+ 2 - 2
bitlist.go

@@ -93,8 +93,8 @@ func (bl *BitList) GetBytes() []byte {
 	return result
 }
 
-// itterates through all bytes contained in the BitList
-func (bl *BitList) ItterateBytes() <-chan byte {
+// iterates through all bytes contained in the BitList
+func (bl *BitList) IterateBytes() <-chan byte {
 	res := make(chan byte)
 
 	go func() {