[Secure Coding] master: Go Marshaling: Fix section title (00ae7f5)

fweimer at fedoraproject.org fweimer at fedoraproject.org
Fri Oct 10 13:38:41 UTC 2014


Repository : http://git.fedorahosted.org/git/?p=secure-coding.git

On branch  : master

>---------------------------------------------------------------

commit 00ae7f52e51702cdc856cd60ff1a34f4f5046c87
Author: Florian Weimer <fweimer at redhat.com>
Date:   Thu Aug 14 10:03:03 2014 +0200

    Go Marshaling: Fix section title


>---------------------------------------------------------------

 defensive-coding/en-US/Go.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/defensive-coding/en-US/Go.xml b/defensive-coding/en-US/Go.xml
index b5529a6..e1285ed 100644
--- a/defensive-coding/en-US/Go.xml
+++ b/defensive-coding/en-US/Go.xml
@@ -88,7 +88,7 @@
   </para>
 </section>
 <section id="chap-Defensive_Coding-Go-Marshaling">
-  <title>Marshaling and marshaling</title>
+  <title>Marshaling and unmarshaling</title>
   <para>
     Several packages in the <literal>encoding</literal> hierarchy
     provide support for serialization and deserialization.  The usual



More information about the security mailing list