Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ You can add three functionalities to your cursor:

**Note**:Let me name the content to be backspaced as *backsentence* for the ease of explaining it.
Firstly do watch out for whitespaces while writing *backsentence*. It should be exact copy of text that it has to backspace. Like for eg ` apple *apple*` will fail because actual sentence has a white space in the end, while *backsentence* does not.
Secondly do not include wait or next line in *backsentence*. Like `apple*ap@ple*` would also fail.
Secondly do not include wait or next line in *backsentence*. Like `apple*ap@ple*` would also fail this.

### Parameters :

Expand Down