Skip to content

Commit a1aad6f

Browse files
committed
doc(log): correct Lazy comment
1 parent c0cd552 commit a1aad6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

log/value.libevm.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222
"golang.org/x/exp/slog"
2323
)
2424

25-
// A Lazy function defers its execution until and if logging is performed.
25+
// A Lazy function defers its execution until logging is performed.
2626
type Lazy func() slog.Value
2727

2828
var _ slog.LogValuer = Lazy(nil)

0 commit comments

Comments
 (0)