]> Cypherpunks repositories - gostls13.git/commitdiff
doc: fix typo in Programming FAQ
authorAndrew Gerrand <adg@golang.org>
Tue, 14 Sep 2010 03:33:27 +0000 (13:33 +1000)
committerAndrew Gerrand <adg@golang.org>
Tue, 14 Sep 2010 03:33:27 +0000 (13:33 +1000)
R=rsc, r2
CC=golang-dev
https://golang.org/cl/2186041

doc/go_programming_faq.html

index 3c4f0e1ba6cafe6774865fa965228d15284209b0..9ef51682533bb1fef2f780dbc5b1c2ec6a9a5003 100644 (file)
@@ -3,7 +3,7 @@
 <h2 id="Pointers">Pointers and Allocation</h2>
 
 <h3 id="pass_by_value">
-When are function paramters passed by value?</h3>
+When are function parameters passed by value?</h3>
 
 <p>
 Everything in Go is passed by value.  A function always gets a copy of the