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