diff --git a/GoForCPPProgrammers.md b/GoForCPPProgrammers.md
index dd8af5f4..18380646 100644
--- a/GoForCPPProgrammers.md
+++ b/GoForCPPProgrammers.md
@@ -89,7 +89,7 @@ of the object being declared. The keyword is one of ` var `,
` const `, or ` type `. Method declarations are a minor
exception in that
the receiver appears before the name of the object being declared; see
-the discussion of interfaces.
+the discussion of interfaces.
You can also use a keyword followed by a series of declarations in
parentheses.