Updated GoForCPPProgrammers (markdown)

Pulkit Sharma 2017-08-05 16:11:49 +05:30
parent 9a2b02274f
commit ca47abe9de

@ -89,7 +89,7 @@ of the object being declared. The keyword is one of ` var `,
` const `, or ` type `. Method declarations are a minor ` const `, or ` type `. Method declarations are a minor
exception in that exception in that
the receiver appears before the name of the object being declared; see the receiver appears before the name of the object being declared; see
the <a href='#Interfaces'>discussion of interfaces</a>. the <a href='#interfaces'>discussion of interfaces</a>.
You can also use a keyword followed by a series of declarations in You can also use a keyword followed by a series of declarations in
parentheses. parentheses.