Skip to content

Commit

Permalink
🔧 Fixed docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nwrenger committed Aug 12, 2024
1 parent 3c96fe1 commit 34c0765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 34c0765

Please sign in to comment.