From 19864489092df92303050d3df1cbe5c87e093a00 Mon Sep 17 00:00:00 2001 From: wfnuser Date: Thu, 25 Apr 2024 22:35:24 +0800 Subject: [PATCH] typo --- exercises/algorithm/algorithm10.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/algorithm/algorithm10.rs b/exercises/algorithm/algorithm10.rs index a2ad731d..6586abf2 100644 --- a/exercises/algorithm/algorithm10.rs +++ b/exercises/algorithm/algorithm10.rs @@ -1,6 +1,6 @@ /* graph - This problem requires you to implement a basic graph functio + This problem requires you to implement basic graph functions */ // I AM NOT DONE