Dave Cheney 9 năm trước cách đây
mục cha
commit
b700c3e918
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      errors.go

+ 1 - 1
errors.go

@@ -61,7 +61,7 @@ import (
 	"strings"
 )
 
-// stack represents a stack of programm counters.
+// stack represents a stack of program counters.
 type stack []uintptr
 
 func (s *stack) Stack() []uintptr { return *s }