diff --git a/src/graphs/bvgraph/comp/flags.rs b/src/graphs/bvgraph/comp/flags.rs index 69336b36..6b783ad6 100644 --- a/src/graphs/bvgraph/comp/flags.rs +++ b/src/graphs/bvgraph/comp/flags.rs @@ -88,8 +88,8 @@ impl CompFlags { pub fn to_properties(&self, num_nodes: usize, num_arcs: u64) -> Result { let mut s = String::new(); - s.push_str("#BvGraph properties\n"); - s.push_str("graphclass=it.unimi.dsi.webgraph.BvGraph\n"); + s.push_str("#BVGraph properties\n"); + s.push_str("graphclass=it.unimi.dsi.webgraph.BVGraph\n"); if core::any::TypeId::of::() == core::any::TypeId::of::() { s.push_str("version=0\n");