From bacaa7a091253ab8abd6d15b7110e3ab23364e49 Mon Sep 17 00:00:00 2001 From: yann300 Date: Thu, 16 Feb 2023 10:00:57 +0100 Subject: [PATCH] fix comments --- apps/remix-ide/src/app/editor/editor.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/remix-ide/src/app/editor/editor.js b/apps/remix-ide/src/app/editor/editor.js index 9bb302a251..9a0d58e2e5 100644 --- a/apps/remix-ide/src/app/editor/editor.js +++ b/apps/remix-ide/src/app/editor/editor.js @@ -291,8 +291,7 @@ class Editor extends Plugin { /** * Get the text in the current session, if any. - * @param {string} url Address of the text to replace. - * @param {string} text New text to be place. + * @param {string} url Address of the content to retrieve. */ getText (url) { if (this.sessions[url]) {