Quellcode durchsuchen

Merge pull request #125 from dikaixu1999/patch-2

Fix a typo
Kslr vor 5 Jahren
Ursprung
Commit
fd9128fbf5
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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