From ac62a3713c7a86172e5ff7d1e5b37f3960aecc35 Mon Sep 17 00:00:00 2001 From: mo8it Date: Sun, 1 Sep 2024 20:31:09 +0200 Subject: [PATCH] Fix typo --- src/app_state.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app_state.rs b/src/app_state.rs index 058352a7..381aaf8a 100644 --- a/src/app_state.rs +++ b/src/app_state.rs @@ -331,7 +331,7 @@ impl AppState { }) } - /// Official exercises: Dump the solution file form the binary and return its path. + /// Official exercises: Dump the solution file from the binary and return its path. /// Third-party exercises: Check if a solution file exists and return its path in that case. pub fn current_solution_path(&self) -> Result> { if cfg!(debug_assertions) {