Spelling misstake in Using closure capture (#3481)

This commit is contained in:
Fredrik Park 2025-09-16 22:33:39 +02:00 committed by GitHub
parent e43030d051
commit 600b16d431
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -275,7 +275,7 @@
//! # let _: Router = app; //! # let _: Router = app;
//! ``` //! ```
//! //!
//! The downside to this approach is that it's a the most verbose approach. //! The downside to this approach is that it's the most verbose approach.
//! //!
//! ## Using task-local variables //! ## Using task-local variables
//! //!