We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27820cf commit 3b46224Copy full SHA for 3b46224
style.md
@@ -200,7 +200,7 @@ func (h LogHandler) ServeHTTP(
200
### Receivers and Interfaces
201
202
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).
+Methods with pointer receivers can only be called on pointers or [addressable values](https://go.dev/ref/spec#Address_operators).
204
205
For example,
206
0 commit comments