Documentation: convert Array return types to Type[].

This commit is contained in:
Jonathan Puckey 2011-06-20 15:19:08 +02:00
parent 55724b0e29
commit e23282fe05
4 changed files with 8 additions and 8 deletions
src/path

View file

@ -508,7 +508,7 @@ var Path = this.Path = PathItem.extend({
*
* @param {Number} from the beginning index, inclusive
* @param {Number} [to=segments.length] the ending index, exclusive
* @return {Array} an array containing the removed segments
* @return {Segment[]} an array containing the removed segments
*
* @example {@paperscript}
* // Removing segments from a path: