From 48358040e1fe745c8dc3fc2b6e77f99b415cc23b Mon Sep 17 00:00:00 2001 From: Antoine Grondin Date: Sat, 22 Mar 2014 13:37:22 -0400 Subject: [PATCH] Fix indentation Indentation is inconsistent in the docs. --- doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc.go b/doc.go index 5d1fca6..9ee37aa 100644 --- a/doc.go +++ b/doc.go @@ -60,7 +60,7 @@ The various methods are split into files based on the category of behavior: * iteration.go : methods to loop over the selection's nodes. - Each() - - EachWithBreak() + - EachWithBreak() - Map() * property.go : methods that inspect and get the node's properties values.