From f804a62f1dae149f093a239bb2e84af165302b48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gast=C3=B3n=20Kleiman?= Date: Fri, 21 Jan 2011 16:18:25 +0800 Subject: [PATCH] Fix function documentation. --- lib/ace/document.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ace/document.js b/lib/ace/document.js index 20250ba7..6a6d2b98 100644 --- a/lib/ace/document.js +++ b/lib/ace/document.js @@ -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) {