From b0a3c3d492a4403e721a4534d54fd33e644630a5 Mon Sep 17 00:00:00 2001 From: Jonathan Puckey Date: Mon, 20 Jun 2011 15:24:35 +0200 Subject: [PATCH] Documentation: convert return type of Path#removeSegments to Segment[]. --- src/path/Path.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/path/Path.js b/src/path/Path.js index f427c217..4eb3046f 100644 --- a/src/path/Path.js +++ b/src/path/Path.js @@ -500,7 +500,7 @@ var Path = this.Path = PathItem.extend({ * * @name Path#removeSegments * @function - * @return {Array} an array containing the removed segments + * @return {Segment[]} an array containing the removed segments */ /** * Removes the segments from the specified {@code from} index to the