Spelling misstake in Using closure capture (#3481)

This commit is contained in:
Fredrik Park
2025-09-28 19:30:18 +02:00
committed by Jonas Platte
parent 221ef3795b
commit 6f1ed5e0a0
+1 -1
View File
@@ -275,7 +275,7 @@
//! # 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
//!