From 34c07650a7a42e1106c0c45e72ea57b63569820b Mon Sep 17 00:00:00 2001 From: nwrenger Date: Mon, 12 Aug 2024 22:10:59 +0200 Subject: [PATCH] :wrench: Fixed docs --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 0b647ed..3da3939 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -27,7 +27,7 @@ fn s_err(span: proc_macro2::Span, msg: impl fmt::Display) -> syn::Error { /// # Parameters /// - `router_ident`: The ident of the router variable. /// - `url`: The URL of the route. -/// - `base`: The base URL for the API. +/// - `method_router`: The `Method Router` of the route using `axum`'s syntax. /// /// # Note /// When using state, make sure to return the router with the state, like this: