summaryrefslogtreecommitdiff
path: root/doc/code.html
diff options
context:
space:
mode:
authorPeter Weinberger <pjw@golang.org>2012-04-02 13:05:09 -0400
committerPeter Weinberger <pjw@golang.org>2012-04-02 13:05:09 -0400
commita978ead6e18fbcbdd5c4d1bb6d649bee98c22896 (patch)
tree4271a05480510de78d263d147312ee52139ae6ed /doc/code.html
parentb0f4d805f27fc8b24ced42fdce39b859d90ce101 (diff)
downloadgo-git-a978ead6e18fbcbdd5c4d1bb6d649bee98c22896.tar.gz
doc/code.html: change 'affect' to 'effect'.
Fixes #3429. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5966047
Diffstat (limited to 'doc/code.html')
-rw-r--r--doc/code.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/code.html b/doc/code.html
index 422c4ee0fe..517d1a4954 100644
--- a/doc/code.html
+++ b/doc/code.html
@@ -236,7 +236,7 @@ are built and installed correctly.
<p>
As a convenience, the <code>go</code> command will assume the current directory
if no import path is specified on the command line. This sequence of commands
-has the same affect as the one above:
+has the same effect as the one above:
</p>
<pre>