From f1ec16c3baaf160d7d2e3e9538efda4d5b02dfd9 Mon Sep 17 00:00:00 2001 From: william-pan Date: Sat, 23 Jul 2016 19:33:25 +0800 Subject: [PATCH] Fixed description typo in API reference (#2916) --- API.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/API.md b/API.md index 1923859d..040695dc 100644 --- a/API.md +++ b/API.md @@ -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 variable’s value. -* [*local*.get](https://github.com/d3/d3-selection/blob/master/README.md#local_get) - set a local variable’s value. +* [*local*.set](https://github.com/d3/d3-selection/blob/master/README.md#local_set) - set a local variable’s value. +* [*local*.get](https://github.com/d3/d3-selection/blob/master/README.md#local_get) - get a local variable’s 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.