Skip to content

Commit 7a1fad3

Browse files
committed
Fix spelling mistake
1 parent 2d32fb1 commit 7a1fad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ruff_notebook/src/index.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ impl NotebookIndex {
3939

4040
/// Returns an iterator over the starting rows of each cell (1-based).
4141
///
42-
/// This yields one entry per Python cell (skipping over Makrdown cell).
42+
/// This yields one entry per Python cell (skipping over Markdown cell).
4343
pub fn iter(&self) -> impl Iterator<Item = CellStart> + '_ {
4444
self.cell_starts.iter().copied()
4545
}

0 commit comments

Comments
 (0)