Skip to content

Commit 3b46224

Browse files
committed
Update addressable href links to target valid anchors
1 parent 27820cf commit 3b46224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: style.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ func (h LogHandler) ServeHTTP(
200200
### Receivers and Interfaces
201201

202202
Methods with value receivers can be called on pointers as well as values.
203-
Methods with pointer receivers can only be called on pointers or [addressable values](https://go.dev/ref/spec#Method_values).
203+
Methods with pointer receivers can only be called on pointers or [addressable values](https://go.dev/ref/spec#Address_operators).
204204

205205
For example,
206206

0 commit comments

Comments
 (0)