xml: Fix comment so that example code compiles

R=rsc
CC=golang-dev
https://golang.org/cl/181138
This commit is contained in:
Evan Shaw 2010-01-05 16:50:52 -08:00 committed by Russ Cox
parent 6712cf365b
commit 1c819cb194
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ import (
// Email []Email;
// }
//
// var result = Result{ "name", "phone", nil }
// result := Result{ Name: "name", Phone: "phone", Email: nil }
//
// unmarshalling the XML input
//