Skip to content

Commit 9e4d4cb

Browse files
empiregithub-actions[bot]
authored andcommitted
Auto-update style.md
1 parent 3b46224 commit 9e4d4cb

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#Address_operators).
203+
Methods with pointer receivers can only be called on pointers or [addressable values](https://go.dev/ref/spec#Method_values).
204204

205205
For example,
206206

0 commit comments

Comments
 (0)