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 ec907ab commit c85e408Copy full SHA for c85e408
stack.go
@@ -150,7 +150,7 @@ func Stack() Frame {
150
}
151
152
// StackLevel returns a stack from for parsing into a trace line
153
-// this is primarily used by other libraries who use this pacakge
+// this is primarily used by other libraries who use this package
154
// internally as the level needs to be adjusted.
155
func StackLevel(level int) Frame {
156
s := callers()
0 commit comments