From 8515e30ad8c10f70612424633bf0c916d118847e Mon Sep 17 00:00:00 2001 From: ahocevar Date: Mon, 22 Apr 2013 22:47:13 +0200 Subject: [PATCH] Making the linter happy ... although jsdoc files are none of the linter's business. --- src/objectliterals.jsdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/objectliterals.jsdoc b/src/objectliterals.jsdoc index 115c52e9bd..f78ae1f386 100644 --- a/src/objectliterals.jsdoc +++ b/src/objectliterals.jsdoc @@ -232,7 +232,7 @@ * @property {number|undefined} dimension Create geometries with `dimension` * dimensions. Default is 3. * @property {number|undefined} maxDepth Maximum depth to follow network links. - * Default is 0, which means we don't follow network links at all. + * Default is 0, which means we don't follow network links at all. */ /**