diff options
author | Ian Lance Taylor <iant@golang.org> | 2010-03-08 13:45:03 -0800 |
---|---|---|
committer | Ian Lance Taylor <iant@golang.org> | 2010-03-08 13:45:03 -0800 |
commit | f7d8fbf04ad981b60ea6070da5f81eb3b5e78d3f (patch) | |
tree | 11296f85cd7ff0ed5633016a02bda7c76f51aae1 /doc | |
parent | 905e1d1f574033257937eeb8f7f85e7149b534f8 (diff) | |
download | golang-f7d8fbf04ad981b60ea6070da5f81eb3b5e78d3f.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.html | 2 |
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 |