Fix function documentation.
This commit is contained in:
parent
dad16163b3
commit
f804a62f1d
1 changed files with 1 additions and 1 deletions
|
|
@ -300,7 +300,7 @@ var Document = function(text) {
|
|||
* Removes a range of full lines
|
||||
*
|
||||
* @param firstRow {Integer} The first row to be removed
|
||||
* @param firstRow {Integer} The first row to be removed
|
||||
* @param lastRow {Integer} The last row to be removed
|
||||
* @return {String[]} The removed lines
|
||||
*/
|
||||
this.removeLines = function(firstRow, lastRow) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue