Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
Fix a typo in bytes.go
  • Loading branch information
nasnoisaac committed Aug 25, 2020
1 parent 243a826 commit 588b40f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/stack/bytes.go
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 588b40f

Please sign in to comment.