Fix: BM module name
This commit is contained in:
parent
fda7fd56b9
commit
e346f56a8e
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ impl<'a> Module<'a> for BM<'a> {
|
||||||
}
|
}
|
||||||
|
|
||||||
fn name(&self) -> &'static str {
|
fn name(&self) -> &'static str {
|
||||||
"bm"
|
"bookmark"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue