golang / tour

[mirror] A Tour of Go
BSD 3-Clause "New" or "Revised" License
1.55k stars 520 forks source link

tour: A variable of interface type can hold any value that implements those methods. #1596

Open Ekwinder opened 7 months ago

Ekwinder commented 7 months ago

Context: https://go.dev/tour/methods/9

A value of interface type can hold any value that implements those methods.

Should the above line be -

A variable of interface type can hold any value that implements those methods.