Skip to content

Commit cafbe2f

Browse files
committed
Fix comment
1 parent 6efaa44 commit cafbe2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/errors.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ func (e *LeafError) Error() string {
6868
func (e *LeafError) ErrorWithCauses() string {
6969
var lines []string
7070

71-
// 1. Top level error (no prefix)
71+
// top level error (no prefix)
7272
// iterate backwards for high-level first
7373
for i := len(e.ErrorStack) - 1; i >= 0; i-- {
7474
prefix := ""

0 commit comments

Comments
 (0)