summaryrefslogtreecommitdiff
path: root/lib/series.js
diff options
context:
space:
mode:
authorGraeme Yeates <yeatesgraeme@gmail.com>2016-04-29 15:26:25 -0400
committerGraeme Yeates <yeatesgraeme@gmail.com>2016-04-29 15:26:25 -0400
commitec9f81adfda9ec9681b3f33f24d3c2e917b4b908 (patch)
treebaa261902276ef2a032d7bd0c2f5f9eba23391af /lib/series.js
parenta9636c00e269c1bf2f3def12cba36563e7658201 (diff)
downloadasync-doc-linking.tar.gz
Fix doc linking (see #1135)doc-linking
Diffstat (limited to 'lib/series.js')
-rw-r--r--lib/series.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/series.js b/lib/series.js
index b0cc6bf..17392cd 100644
--- a/lib/series.js
+++ b/lib/series.js
@@ -13,7 +13,7 @@ import eachOfSeries from './eachOfSeries';
* It is also possible to use an object instead of an array. Each property will
* be run as a function, and the results will be passed to the final `callback`
* as an object instead of an array. This can be a more readable way of handling
- * results from [`series`](#series).
+ * results from {@link async.series}.
*
* **Note** that while many implementations preserve the order of object
* properties, the [ECMAScript Language Specification](http://www.ecma-international.org/ecma-262/5.1/#sec-8.6)