Commit 34fc24f4 authored by Andrew Gerrand's avatar Andrew Gerrand

doc: fix typo in Programming FAQ

R=rsc, r2
CC=golang-dev
https://golang.org/cl/2186041
parent 6ee79973
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<h2 id="Pointers">Pointers and Allocation</h2> <h2 id="Pointers">Pointers and Allocation</h2>
<h3 id="pass_by_value"> <h3 id="pass_by_value">
When are function paramters passed by value?</h3> When are function parameters passed by value?</h3>
<p> <p>
Everything in Go is passed by value. A function always gets a copy of the Everything in Go is passed by value. A function always gets a copy of the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment