1
0
Fork 0
mirror of https://github.com/notohh/rustlings.git synced 2025-04-17 20:55:45 -04:00
This commit is contained in:
mo8it 2024-09-01 20:31:09 +02:00
parent ea52c99560
commit ac62a3713c

View file

@ -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) {