From ca47abe9de52238a53fe2faccc44227cfcb35c40 Mon Sep 17 00:00:00 2001 From: Pulkit Sharma Date: Sat, 5 Aug 2017 16:11:49 +0530 Subject: [PATCH] Updated GoForCPPProgrammers (markdown) --- GoForCPPProgrammers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.