Skip to content

Commit 164acee

Browse files
cuonglmjba
authored andcommitted
log/slog: fix broken link to AnyValue in comment
Change-Id: Ida52a2bf6a415017942bf9ccd74a1ea9ed02bc46 Reviewed-on: https://go-review.googlesource.com/c/go/+/505535 TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Auto-Submit: Cuong Manh Le <[email protected]> Reviewed-by: Jonathan Amsterdam <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Run-TryBot: Cuong Manh Le <[email protected]>
1 parent 82e17c4 commit 164acee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/log/slog/attr.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ func argsToAttrSlice(args []any) []Attr {
8181
}
8282

8383
// Any returns an Attr for the supplied value.
84-
// See [Value.AnyValue] for how values are treated.
84+
// See [AnyValue] for how values are treated.
8585
func Any(key string, value any) Attr {
8686
return Attr{key, AnyValue(value)}
8787
}

0 commit comments

Comments
 (0)