diff options
| author | mo8it <mo8it@proton.me> | 2024-09-01 20:31:09 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-09-01 20:31:16 +0200 |
| commit | ac62a3713c7a86172e5ff7d1e5b37f3960aecc35 (patch) | |
| tree | f994017df6602dfcefab547e660edb26b060518e /src/app_state.rs | |
| parent | ea52c99560119070cb2c82c65dd92017240c5071 (diff) | |
Fix typo
Diffstat (limited to 'src/app_state.rs')
| -rw-r--r-- | src/app_state.rs | 2 |
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) { |
