From: Andrew Gerrand Date: Tue, 14 Sep 2010 03:33:27 +0000 (+1000) Subject: doc: fix typo in Programming FAQ X-Git-Tag: weekly.2010-09-15~18 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=34fc24f4e53048f88df5e2048b06b36d81e66280;p=gostls13.git doc: fix typo in Programming FAQ R=rsc, r2 CC=golang-dev https://golang.org/cl/2186041 --- diff --git a/doc/go_programming_faq.html b/doc/go_programming_faq.html index 3c4f0e1ba6..9ef5168253 100644 --- a/doc/go_programming_faq.html +++ b/doc/go_programming_faq.html @@ -3,7 +3,7 @@

Pointers and Allocation

-When are function paramters passed by value?

+When are function parameters passed by value?

Everything in Go is passed by value. A function always gets a copy of the