summaryrefslogtreecommitdiff
path: root/doc/go_spec.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/go_spec.html')
-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 46dc33e8a..b35af9b03 100644
--- a/doc/go_spec.html
+++ b/doc/go_spec.html
@@ -5109,7 +5109,7 @@ The following minimal alignment properties are guaranteed:
<li><span class="alert">Method expressions are partially implemented.</span></li>
<li><span class="alert">Gccgo allows only one init() function per source file.</span></li>
<li><span class="alert">Deferred functions cannot access the surrounding function's result parameters.</span></li>
- <li><span class="alert">Function results are not addressable.</span></li>
+ <li><span class="alert">Function results are not addressable in gccgo.</span></li>
<li><span class="alert">Recover is not implemented.</span></li>
<li><span class="alert">The implemented version of panic differs from its specification.</span></li>
</ul>