Apply suggestions from code review

Co-authored-by: Igor Aleksanov <popzxc@yandex.ru>
This commit is contained in:
Roland Fredenhagen 2022-05-03 20:20:37 +02:00 committed by GitHub
parent cd2599eee8
commit 904cf04236
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -127,7 +127,7 @@ pub fn route(args: TokenStream, input: TokenStream) -> TokenStream {
/// ///
/// # Attributes /// # Attributes
/// The `routes` macro itself has no parameters, but allows specifying the attribute macros for /// The `routes` macro itself has no parameters, but allows specifying the attribute macros for
/// the different methods, e.g. [`GET`](macro@get) or [`POST`](macro@post). /// the multiple paths and/or methods, e.g. [`GET`](macro@get) and [`POST`](macro@post).
/// ///
/// These helper attributes take the same parameters as the [single method handlers](crate#single-method-handler). /// These helper attributes take the same parameters as the [single method handlers](crate#single-method-handler).
/// ///