1
0
mirror of https://github.com/golang/go synced 2024-11-11 21:50:21 -07:00

doc: fix typo in Programming FAQ

R=rsc, r2
CC=golang-dev
https://golang.org/cl/2186041
This commit is contained in:
Andrew Gerrand 2010-09-14 13:33:27 +10:00
parent 6ee7997366
commit 34fc24f4e5

View 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