From 0db8a55dc4cdc3e9c2d945fe03066b4cbe63241c Mon Sep 17 00:00:00 2001 From: Martin Angers Date: Fri, 28 Nov 2014 11:55:26 -0500 Subject: [PATCH] fix doc alignment --- doc.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc.go b/doc.go index bb58ec4..2022d85 100644 --- a/doc.go +++ b/doc.go @@ -82,11 +82,11 @@ The three dots (...) indicate that various "overloads" are available. - Clone() - Empty() - Remove...() - - ReplaceWith...() - - Unwrap() - - Wrap...() - - WrapAll...() - - WrapInner...() + - ReplaceWith...() + - Unwrap() + - Wrap...() + - WrapAll...() + - WrapInner...() * property.go : methods that inspect and get the node's properties values. - Attr(), RemoveAttr(), SetAttr()