Skip to content

Commit 7938213

Browse files
committed
ZJIT: Fix extended block typo
1 parent 4f5dc86 commit 7938213

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

zjit/src/hir.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2322,7 +2322,7 @@ impl std::fmt::Display for Insn {
23222322
}
23232323
}
23242324

2325-
/// An extended basic block in a [`Function`].
2325+
/// A basic block in a [`Function`].
23262326
#[derive(Default, Debug)]
23272327
pub struct Block {
23282328
/// The index of the first YARV instruction for the Block in the ISEQ

0 commit comments

Comments
 (0)