Merge pull request #125 from dikaixu1999/patch-2

Fix a typo
pull/2714/head
Kslr 2020-08-25 18:42:24 +08:00 committed by GitHub
commit fd9128fbf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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