1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-27 23:39:03 +02:00

align hello-world examples

This commit is contained in:
Rob Ede
2022-03-05 23:15:33 +00:00
parent 62fbd225bc
commit 8c2fad3164
5 changed files with 22 additions and 20 deletions

View File

@ -160,7 +160,7 @@ where
///
/// # Errors
/// `Future` implementation returns error if:
/// - content length is greater than [limit](JsonBody::limit) (default: 2 MiB)
/// - content length is greater than [limit](ResponseBody::limit) (default: 2 MiB)
///
/// # Examples
/// ```no_run