summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/app_state.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app_state.rs b/src/app_state.rs
index 058352a..381aaf8 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<Option<String>> {
if cfg!(debug_assertions) {