From 2acee37fedc7f2edfffec4f2e4c465708f210a97 Mon Sep 17 00:00:00 2001 From: Mateusz Poliwczak Date: Thu, 22 Aug 2024 14:27:07 +0200 Subject: [PATCH] use go doc --- src/go/ast/ast.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/go/ast/ast.go b/src/go/ast/ast.go index 3844686503..5291c0a93a 100644 --- a/src/go/ast/ast.go +++ b/src/go/ast/ast.go @@ -303,7 +303,7 @@ type ( // Note that for the CHAR and STRING kinds, the literal is stored // with its quotes. For example, for a double-quoted STRING, the // first and the last rune in the Value field will be ". The - // Unquote and UnquoteChar functions in the strconv package can be + // [strconv.Unquote] and [strconv.UnquoteChar] functions can be // used to unquote STRING and CHAR values, respectively. BasicLit struct { ValuePos token.Pos // literal position