aboutsummaryrefslogtreecommitdiff
path: root/doc/go1.2.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/go1.2.html')
-rw-r--r--doc/go1.2.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/go1.2.html b/doc/go1.2.html
index 9d890b2906..c7a9f84426 100644
--- a/doc/go1.2.html
+++ b/doc/go1.2.html
@@ -736,7 +736,8 @@ now treats channel and function fields of structures as if they were unexported,
even if they are not. That is, it ignores them completely. Previously they would
trigger an error, which could cause unexpected compatibility problems if an
embedded structure added such a field.
-The package also now supports the generic encoding interfaces of the
+The package also now supports the generic <code>BinaryMarshaler</code> and
+<code>BinaryUnmarshaler</code> interfaces of the
<a href="/pkg/encoding/"><code>encoding</code></a> package
described above.
</li>