1
0
mirror of https://github.com/d3/d3.git synced 2025-12-08 19:46:24 +00:00

Fixed description typo in API reference (#2916)

This commit is contained in:
william-pan 2016-07-23 19:33:25 +08:00 committed by Mike Bostock
parent 9b66aa0be9
commit f1ec16c3ba

4
API.md
View File

@ -845,8 +845,8 @@ Transform the DOM by selecting elements and joining to data.
### [Local Variables](https://github.com/d3/d3-selection/blob/master/README.md#local-variables)
* [d3.local](https://github.com/d3/d3-selection/blob/master/README.md#local) - declares a new local variable.
* [*local*.set](https://github.com/d3/d3-selection/blob/master/README.md#local_set) - get a local variables value.
* [*local*.get](https://github.com/d3/d3-selection/blob/master/README.md#local_get) - set a local variables value.
* [*local*.set](https://github.com/d3/d3-selection/blob/master/README.md#local_set) - set a local variables value.
* [*local*.get](https://github.com/d3/d3-selection/blob/master/README.md#local_get) - get a local variables value.
* [*local*.remove](https://github.com/d3/d3-selection/blob/master/README.md#local_remove) - delete a local variable.
* [*local*.toString](https://github.com/d3/d3-selection/blob/master/README.md#local_toString) - get the property identifier of a local variable.