Fix docs typo (#1334)

This commit is contained in:
valkyrie_pilot 2022-08-27 02:01:23 -06:00 committed by GitHub
parent b2ed55bd1f
commit 805463c2ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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