Skip to content
This repository was archived by the owner on Nov 21, 2023. It is now read-only.

Commit cab6269

Browse files
Merge pull request #14 from goinsane/develop
v1.2.2-rev0
2 parents b812c4e + 2a6836f commit cab6269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

erf.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ func (e *Erf) StackTrace() *StackTrace {
269269
return NewStackTrace(e.pc[e.top:]...)
270270
}
271271

272-
// Top sets top of program counters in Erf.
272+
// Top sets top of program counters of StackTrace method.
273273
// If the argument top is negative it returns just old value and doesn't set, otherwise sets and returns old value.
274274
func (e *Erf) Top(top int) int {
275275
if top < 0 {

0 commit comments

Comments
 (0)