From 5a55fc3934675aa0d96ccb5e8e3466095e2c75a9 Mon Sep 17 00:00:00 2001 From: HampusM Date: Sun, 18 Sep 2022 13:13:33 +0200 Subject: docs: fix ambiguous link to the factory macro --- macros/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macros/src/lib.rs') 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.* /// -- cgit v1.2.3-18-g5258