Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed May 27, 2016
1 parent b833d4b commit 502e1c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ Declares a new local variable. For example:
var foo = d3.local();
```

Like `var`, each local is a distinct symbolic reference. Unlike `var`, the value of each local is also scoped by a DOM element.
Like `var`, each local is a distinct symbolic reference; unlike `var`, the value of each local is also scoped by the DOM.

<a name="local_set" href="#local_set">#</a> <i>local</i>.<b>set</b>(<i>node</i>, <i>value</i>)

Expand Down

0 comments on commit 502e1c5

Please sign in to comment.