We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93b1f5a commit d8d1b90Copy full SHA for d8d1b90
README.md
@@ -177,7 +177,7 @@ functions are:
177
- `run_below(multi_lang)` - runs all the cells below the current one, **and** the current one, in order
178
- `run_all(multi_lang)` - runs all the cells in the document
179
- `run_line(multi_lang)` - runs the line of code at your cursor
180
-- `run_range()` - run code inside the visual range
+- `run_range()` - run code cells inside (touched by) the current visual range
181
182
Each function that takes the optional `multi_lang` argument will run cells of all languages when
183
called with the value `true`, and will only run cells that match the language of the current cell
0 commit comments