Skip to content

Commit ac62a37

Browse files
committed
Fix typo
1 parent ea52c99 commit ac62a37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app_state.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ impl AppState {
331331
})
332332
}
333333

334-
/// Official exercises: Dump the solution file form the binary and return its path.
334+
/// Official exercises: Dump the solution file from the binary and return its path.
335335
/// Third-party exercises: Check if a solution file exists and return its path in that case.
336336
pub fn current_solution_path(&self) -> Result<Option<String>> {
337337
if cfg!(debug_assertions) {

0 commit comments

Comments
 (0)