Skip to content

Commit d8d1b90

Browse files
authored
docs: update readme. closes #172
1 parent 93b1f5a commit d8d1b90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ functions are:
177177
- `run_below(multi_lang)` - runs all the cells below the current one, **and** the current one, in order
178178
- `run_all(multi_lang)` - runs all the cells in the document
179179
- `run_line(multi_lang)` - runs the line of code at your cursor
180-
- `run_range()` - run code inside the visual range
180+
- `run_range()` - run code cells inside (touched by) the current visual range
181181

182182
Each function that takes the optional `multi_lang` argument will run cells of all languages when
183183
called with the value `true`, and will only run cells that match the language of the current cell

0 commit comments

Comments
 (0)