Fix a typo in the embedding example

A small typo fix.

`Go support embedding` -> `Go supports embedding`
This commit is contained in:
Metod 2022-04-12 12:55:45 +03:00 committed by GitHub
parent ed7a093662
commit 2fc1567eff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
public/embedding generated
View File

@ -27,7 +27,7 @@
<tr>
<td class="docs">
<p>Go support <em>embedding</em> of structs and interfaces
<p>Go supports <em>embedding</em> of structs and interfaces
to express a more seamless <em>composition</em> of types.</p>
</td>