Fixed the wrong terminology.

Inanc Gumus 2018-08-28 23:55:21 +03:00
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