From 2fc1567eff4878330a824703899c53121da41242 Mon Sep 17 00:00:00 2001 From: Metod Date: Tue, 12 Apr 2022 12:55:45 +0300 Subject: [PATCH] Fix a typo in the embedding example A small typo fix. `Go support embedding` -> `Go supports embedding` --- public/embedding | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/embedding b/public/embedding index 7630a2c..1f627c3 100644 --- a/public/embedding +++ b/public/embedding @@ -27,7 +27,7 @@ -

Go support embedding of structs and interfaces +

Go supports embedding of structs and interfaces to express a more seamless composition of types.