From 2acf6d8020e1651c8a747538b87fff11af001089 Mon Sep 17 00:00:00 2001 From: Lasse Martin Jakobsen Date: Sun, 28 Jul 2019 09:15:22 +0200 Subject: [PATCH] Update README.md Co-Authored-By: Aleksandr Hovhannisyan --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab7b5d4..c532578 100644 --- a/README.md +++ b/README.md @@ -1162,7 +1162,7 @@ func (metadata *Metadata) AddUpdateInfo(user types.User) { Again, without breaking the rest of our codebase, we've managed to introduce new functionality. This kind of programming makes implementing new features very quick and painless, which is exactly what we are trying to achieve by writing clean code. -Let's return to the topic of interface contract fulfillment using embedded interfaces, the code below shows an example, which compiles without any issues: +Let's return to the topic of interface contract fulfillment using embedded interfaces. Consider the following code as an example: ```go type NullWriter struct {