Skip to content

Commit

Permalink
Update addressable href links to target valid anchors
Browse files Browse the repository at this point in the history
  • Loading branch information
empire committed Jun 29, 2024
1 parent 27820cf commit 94a644e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ func (h LogHandler) ServeHTTP(
### Receivers and Interfaces

Methods with value receivers can be called on pointers as well as values.
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).

For example,

Expand Down

0 comments on commit 94a644e

Please sign in to comment.