summaryrefslogtreecommitdiff
path: root/lib/series.js
diff options
context:
space:
mode:
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)