Auto merge of #15546 - cuishuang:master, r=lnicola

remove the repetitive word
This commit is contained in:
bors 2023-09-02 07:11:34 +00:00
commit 2557995eaa

View File

@ -93,7 +93,7 @@
#[derive(Debug, PartialEq, Eq)]
pub struct DefMap {
_c: Count<Self>,
/// When this is a block def map, this will hold the block id of the the block and module that
/// When this is a block def map, this will hold the block id of the block and module that
/// contains this block.
block: Option<BlockInfo>,
/// The modules and their data declared in this crate.