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
+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
//!