We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea52c99 commit ac62a37Copy full SHA for ac62a37
src/app_state.rs
@@ -331,7 +331,7 @@ impl AppState {
331
})
332
}
333
334
- /// 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.
335
/// Third-party exercises: Check if a solution file exists and return its path in that case.
336
pub fn current_solution_path(&self) -> Result<Option<String>> {
337
if cfg!(debug_assertions) {
0 commit comments