Fix docs typo (#1334)

This commit is contained in:
valkyrie_pilot
2022-08-27 08:01:23 +00:00
committed by GitHub
parent b2ed55bd1f
commit 805463c2ef
+1 -1
View File
@@ -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