mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-24 16:02:59 +01:00
Fix typo
This commit is contained in:
parent
c695358bcb
commit
0059a55dfb
@ -451,9 +451,8 @@ impl<H: IntoHttpHandler, F: Fn() -> H + Send + Clone> HttpServer<H, F> {
|
|||||||
/// For each address this method starts separate thread which does
|
/// For each address this method starts separate thread which does
|
||||||
/// `accept()` in a loop.
|
/// `accept()` in a loop.
|
||||||
///
|
///
|
||||||
/// This methods panics if no socket addresses get bound.
|
/// This methods panics if no socket address can be bound or an `Actix` system is not yet
|
||||||
///
|
/// configured.
|
||||||
/// This method requires to run within properly configured `Actix` system.
|
|
||||||
///
|
///
|
||||||
/// ```rust
|
/// ```rust
|
||||||
/// extern crate actix_web;
|
/// extern crate actix_web;
|
||||||
|
Loading…
Reference in New Issue
Block a user