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 2d32fb1 commit 7a1fad3Copy full SHA for 7a1fad3
crates/ruff_notebook/src/index.rs
@@ -39,7 +39,7 @@ impl NotebookIndex {
39
40
/// Returns an iterator over the starting rows of each cell (1-based).
41
///
42
- /// This yields one entry per Python cell (skipping over Makrdown cell).
+ /// This yields one entry per Python cell (skipping over Markdown cell).
43
pub fn iter(&self) -> impl Iterator<Item = CellStart> + '_ {
44
self.cell_starts.iter().copied()
45
}
0 commit comments