mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-26 00:56:27 +01:00
Fix docs typo (#1334)
This commit is contained in:
parent
b2ed55bd1f
commit
805463c2ef
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@
|
|||
//! It is common to share some state between handlers for example to share a
|
||||
//! pool of database connections or clients to other services.
|
||||
//!
|
||||
//! The two most common ways of doing that are:
|
||||
//! The three most common ways of doing that are:
|
||||
//! - Using the [`State`] extractor.
|
||||
//! - Using request extensions
|
||||
//! - Using closure captures
|
||||
|
|
Loading…
Reference in a new issue