mirror of
https://git.aramjonghu.dev/AramJonghu/rustlings.git
synced 2026-09-02 00:13:30 +02:00
Fix typos
This commit is contained in:
+1
-1
@@ -151,7 +151,7 @@ fn main() -> Result<()> {
|
||||
let notify_exercise_names = if args.manual_run {
|
||||
None
|
||||
} else {
|
||||
// For the the notify event handler thread.
|
||||
// For the notify event handler thread.
|
||||
// Leaking is not a problem because the slice lives until the end of the program.
|
||||
Some(
|
||||
&*app_state
|
||||
|
||||
Reference in New Issue
Block a user