Browse Source

Merge pull request #125 from dikaixu1999/patch-2

Fix a typo
Kslr 5 years ago
parent
commit
fd9128fbf5
1 changed files with 1 additions and 1 deletions
  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