Fix typo in embedding example's comment

Based on #420 by @smottt
This commit is contained in:
Eli Bendersky 2022-05-02 10:29:44 -07:00
parent ed7a093662
commit e6c5a8fb2f

View File

@ -1,4 +1,4 @@
// Go support _embedding_ of structs and interfaces
// Go supports _embedding_ of structs and interfaces
// to express a more seamless _composition_ of types.
package main