From 6d83636779b4e7bb4c51027b6f33e012345ea75c Mon Sep 17 00:00:00 2001 From: Murod Khaydarov Date: Thu, 4 Jan 2018 01:16:17 +0300 Subject: [PATCH] update docs --- docs/caret.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/caret.md b/docs/caret.md index e10a4a71..b03dd5a9 100644 --- a/docs/caret.md +++ b/docs/caret.md @@ -1,8 +1,6 @@ # CodeX Editor Caret Module -The `Caret` module contains methods working with caret. - -Uses [Range](https://developer.mozilla.org/en-US/docs/Web/API/Range) methods to navigate caret +The `Caret` module contains methods working with caret. Uses [Range](https://developer.mozilla.org/en-US/docs/Web/API/Range) methods to navigate caret between blocks. Caret class implements basic Module class that holds User configuration @@ -18,7 +16,7 @@ You can read more about Module class [here]() ### setToBlock ```javascript -Caret.setToBlock() +Caret.setToBlock(block, offset, atEnd) ```