Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
code review 5555062: doc: fix typo in Go for C++ programmers (issue 5555062)
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
i...@golang.org  
View profile  
 More options Jan 20 2012, 5:43 pm
From: i...@golang.org
Date: Fri, 20 Jan 2012 22:43:57 +0000
Local: Fri, Jan 20 2012 5:43 pm
Subject: Re: code review 5555062: doc: fix typo in Go for C++ programmers (issue 5555062)
 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
i...@golang.org  
View profile  
 More options Jan 20 2012, 5:44 pm
From: i...@golang.org
Date: Fri, 20 Jan 2012 22:44:07 +0000
Local: Fri, Jan 20 2012 5:44 pm
Subject: Re: code review 5555062: doc: fix typo in Go for C++ programmers (issue 5555062)
*** Submitted as
http://code.google.com/p/go/source/detail?r=6a04382fce00 ***

doc: fix typo in Go for C++ programmers

R=iant
CC=golang-dev
http://codereview.appspot.com/5555062

Committer: Ian Lance Taylor <i...@golang.org>

http://codereview.appspot.com/5555062/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
trolleriprofess...@gmail.com  
View profile  
 More options Jan 20 2012, 4:52 pm
From: trolleriprofess...@gmail.com
Date: Fri, 20 Jan 2012 21:52:15 +0000
Local: Fri, Jan 20 2012 4:52 pm
Subject: code review 5555062: doc: fix typo in Go for C++ programmers (issue 5555062)
Reviewers: iant,

Message:
Hello i...@golang.org (cc: golang-dev@googlegroups.com),

I'd like you to review this change to
https://go.googlecode.com/hg/

Description:
doc: fix typo in Go for C++ programmers

Please review this at http://codereview.appspot.com/5555062/

Affected files:
   M doc/go_for_cpp_programmers.html

Index: doc/go_for_cpp_programmers.html
===================================================================
--- a/doc/go_for_cpp_programmers.html
+++ b/doc/go_for_cpp_programmers.html
@@ -225,7 +225,7 @@
  </pre>

  <p>
-Go does not require parentheses around the condition of a <code>if</code>
+Go does not require parentheses around the condition of an <code>if</code>
  statement, or the expressions of a <code>for</code> statement, or the  
value of a
  <code>switch</code> statement.  On the other hand, it does require curly  
braces
  around the body of an <code>if</code> or <code>for</code> statement.
@@ -538,7 +538,7 @@

  <p>
  The <code>set</code> method is effectively inherited from
-<code>myChildType</code>, because
+<code>myType</code>, because
  methods associated with the anonymous field are promoted to become methods
  of the enclosing type.  In this case, because <code>myChildType</code> has  
an
  anonymous field of type <code>myType</code>, the methods of


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »