From 80cee766dbb5f3c2bf2a08e2bf4bfb7c5d78567a Mon Sep 17 00:00:00 2001 From: Qais Patankar Date: Sat, 18 Jun 2016 18:12:43 +0100 Subject: [PATCH] fix typo --- DesignDocuments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DesignDocuments.md b/DesignDocuments.md index 0943f6d6..807dfcd0 100644 --- a/DesignDocuments.md +++ b/DesignDocuments.md @@ -5,7 +5,7 @@ # Go 1.2 - * [xml.Marshaler and Umarshaler](http://golang.org/s/go12xml) + * [xml.Marshaler and Unmarshaler](http://golang.org/s/go12xml) * [encoding.TextMarshaler and Unmarshaler](http://golang.org/s/go12encoding) * [Runtime Symbol Table Format](http://golang.org/s/go12symtab) * [Field Selectors and Nil Checks](http://golang.org/s/go12nil)