From 34fc24f4e53048f88df5e2048b06b36d81e66280 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Tue, 14 Sep 2010 13:33:27 +1000 Subject: [PATCH] doc: fix typo in Programming FAQ R=rsc, r2 CC=golang-dev https://golang.org/cl/2186041 --- doc/go_programming_faq.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.0