t / t4018 / golang-interfaceon commit RelNotes/2.21: misc typo/English fixups (e9bd4aa)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}