mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-24 00:00:16 +02:00
Fix docs typo (#1334)
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user