Fix: BM module name

This commit is contained in:
Matthias Beyer 2015-12-28 11:17:11 +01:00
parent fda7fd56b9
commit e346f56a8e

View file

@ -83,7 +83,7 @@ impl<'a> Module<'a> for BM<'a> {
}
fn name(&self) -> &'static str {
"bm"
"bookmark"
}
}