aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--macros/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/src/lib.rs b/macros/src/lib.rs
index 79b1a1b..3f75340 100644
--- a/macros/src/lib.rs
+++ b/macros/src/lib.rs
@@ -261,7 +261,7 @@ pub fn factory(args_stream: TokenStream, type_alias_stream: TokenStream) -> Toke
/// A default factory is a factory that doesn't take any arguments.
///
/// The more tedious way to accomplish what this macro does would be by using
-/// the [`factory`] macro.
+/// the [`macro@factory`] macro.
///
/// *This macro is only available if Syrette is built with the "factory" feature.*
///