aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 5cc0cb3..ae580ab 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -67,7 +67,7 @@ macro_rules! di_container_bind {
/// // Methods and etc here...
/// }
///
-/// declare_default_factory!(IParser);
+/// declare_default_factory!(dyn IParser);
/// ```
///
/// The expanded equivelent of this would be