commit | 80e25fc9232d07e5f28a9087722718ce2c84ff77 | [log] [tgz] |
---|---|---|
author | Rob Pike <r@golang.org> | Wed Jan 19 23:07:38 2011 -0500 |
committer | Russ Cox <rsc@golang.org> | Wed Jan 19 23:07:38 2011 -0500 |
tree | 09e6dff98ab905e44795de0c055095105613641f | |
parent | b94c0d2a774f6d35c3c4abf25af405dbe76825ee [diff] [blame] |
docs: float->float64 plus a couple of other tweaks. R=rsc, gri CC=golang-dev https://golang.org/cl/3978042
diff --git a/doc/gccgo_install.html b/doc/gccgo_install.html index 393e579..2ab6dcd 100644 --- a/doc/gccgo_install.html +++ b/doc/gccgo_install.html
@@ -296,8 +296,8 @@ functions have equivalent types: <pre> -func GoFunction(int) (int, float) -struct { int i; float f; } CFunction(int) +func GoFunction(int) (int, float64) +struct { int i; float64 f; } CFunction(int) </pre> <p>