Skip to content

Commit

Permalink
Fix docs typo (#1334)
Browse files Browse the repository at this point in the history
  • Loading branch information
randomairborne committed Aug 27, 2022
1 parent b2ed55b commit 805463c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion axum/src/lib.rs
Expand Up @@ -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
Expand Down

0 comments on commit 805463c

Please sign in to comment.