diff --git a/gegl/source/lib.rs b/gegl/source/lib.rs index 705f5cd..5bf28e1 100644 --- a/gegl/source/lib.rs +++ b/gegl/source/lib.rs @@ -9,7 +9,7 @@ pub use operations::*; pub use indexmap::indexmap; /// Type alias for a [`indexmap::IndexMap`] with static [`str`] keys and -/// [`String`] values. The reason for [`indexmap`] is to preserve insertion +/// [`String`] values. The reason for [`mod@indexmap`] is to preserve insertion /// order for simpler testing. pub type GeglData = indexmap::IndexMap<&'static str, String>;