We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1ea22c commit 6f28b8eCopy full SHA for 6f28b8e
stack.go
@@ -191,7 +191,7 @@ func (cs CallStack) MarshalText() ([]byte, error) {
191
return buf.Bytes(), nil
192
}
193
194
-// Format implements fmt.Formatter by printing the CallStack as square brackes
+// Format implements fmt.Formatter by printing the CallStack as square brackets
195
// ([, ]) surrounding a space separated list of Calls each formatted with the
196
// supplied verb and options.
197
func (cs CallStack) Format(s fmt.State, verb rune) {
@@ -307,7 +307,7 @@ func pkgIndex(file, funcName string) int {
307
break
308
309
310
- // get back to 0 or trim the leading seperator
+ // get back to 0 or trim the leading separator
311
return i + len(sep)
312
313
0 commit comments