From 81e6517758f0c0952bb05e728108cb7e19727097 Mon Sep 17 00:00:00 2001 From: Martin Angers Date: Tue, 2 Feb 2016 12:40:27 -0500 Subject: [PATCH] doc: fix list for godoc --- utilities.go | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/utilities.go b/utilities.go index f810d13..23be980 100644 --- a/utilities.go +++ b/utilities.go @@ -20,12 +20,12 @@ var nodeNames = []string{ // Go's net/html package defines the following node types, listed with // the corresponding returned value from this function: // -// ErrorNode : #error -// TextNode : #text -// DocumentNode : #document -// ElementNode : the element's tag name -// CommentNode : #comment -// DoctypeNode : the name of the document type +// ErrorNode : #error +// TextNode : #text +// DocumentNode : #document +// ElementNode : the element's tag name +// CommentNode : #comment +// DoctypeNode : the name of the document type // func NodeName(s *Selection) string { if s.Length() == 0 {