Explorar o código

Fix a typo

Fix a typo in bytes.go
Isaac %!s(int64=5) %!d(string=hai) anos
pai
achega
588b40ffad
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      common/stack/bytes.go

+ 1 - 1
common/stack/bytes.go

@@ -1,6 +1,6 @@
 package stack
 
-// TwoBytes is a [8]byte which is always allocated on stack.
+// TwoBytes is a [2]byte which is always allocated on stack.
 //
 //go:notinheap
 type TwoBytes [2]byte