summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2010-03-08 13:45:03 -0800
committerIan Lance Taylor <iant@golang.org>2010-03-08 13:45:03 -0800
commit1a94e55fa53d0857c5dd40a84ebdae03b33eef2a (patch)
tree11296f85cd7ff0ed5633016a02bda7c76f51aae1 /doc
parent7b3ad13835416ff128d55e6b81f37cbf52140eeb (diff)
downloadgo-1a94e55fa53d0857c5dd40a84ebdae03b33eef2a.tar.gz
Clarify that conversions to complex are OK.
R=r CC=golang-dev http://codereview.appspot.com/296042
Diffstat (limited to 'doc')
-rw-r--r--doc/go_spec.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/go_spec.html b/doc/go_spec.html
index d95d64925..0dc1a836e 100644
--- a/doc/go_spec.html
+++ b/doc/go_spec.html
@@ -3262,7 +3262,7 @@ When converting a floating-point number to an integer, the fraction is discarded
</li>
<li>
A value of complex type may be converted to a different complex type,
-but there is no conversion between complex and any other type.
+but there is no conversion from complex to any other type.
<li>
When converting a number to a floating-point or complex type,
the result value is rounded