From 5cf707b499ff8115a8156a5e7139581aa5fde4f0 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 8 Mar 2010 13:45:03 -0800 Subject: [PATCH] Clarify that conversions to complex are OK. R=r CC=golang-dev https://golang.org/cl/296042 --- doc/go_spec.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/go_spec.html b/doc/go_spec.html index d95d649259..0dc1a836ec 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 -- 2.50.0