mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
Fixed the wrong terminology.
parent
ffb3aeea0a
commit
7b1ecbe1b8
@ -645,7 +645,7 @@ func f3(x myInterface) {
|
||||
|
||||
The conversion to ` myPrintInterface ` is entirely dynamic.
|
||||
It will
|
||||
work as long as the underlying type of x (the <em>dynamic type</em>) defines
|
||||
work as long as the dynamic type of x defines
|
||||
a ` print ` method.
|
||||
|
||||
Because the conversion is dynamic, it may be used to implement generic
|
||||
|
Loading…
x
Reference in New Issue
Block a user