From 75c84e80fe94f2aad4126fbcbc0e2975fd8f4b00 Mon Sep 17 00:00:00 2001 From: Mike Bostock Date: Thu, 27 Aug 2020 09:01:54 -0700 Subject: [PATCH] Update README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1366d5e0..f07a2c40 100644 --- a/README.md +++ b/README.md @@ -188,7 +188,7 @@ root You must call *node*.sort before invoking a hierarchical layout if you want the new sort order to affect the layout; see [*node*.sum](#node_sum) for an example. -# node[Symbol.iterator]() [<>](https://github.com/d3/d3-hierarchy/blob/master/src/hierarchy/iterator.js "Source") +# node\[Symbol.iterator\]() [<>](https://github.com/d3/d3-hierarchy/blob/master/src/hierarchy/iterator.js "Source") Returns an iterator over the *node*’s descendants in breadth-first order. For example: