golang/tour

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

Ekwinder opened this issue · 0 comments

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.