From 1a94e55fa53d0857c5dd40a84ebdae03b33eef2a Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 8 Mar 2010 13:45:03 -0800 Subject: Clarify that conversions to complex are OK. R=r CC=golang-dev http://codereview.appspot.com/296042 --- doc/go_spec.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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
  • 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.
  • When converting a number to a floating-point or complex type, the result value is rounded -- cgit v1.2.1