Fix typo in method name

This commit is contained in:
Tobias Klauser
2023-01-03 14:14:07 +01:00
parent 49bbeeefae
commit 1b9d4bbf72
2 changed files with 2 additions and 2 deletions

View File

@@ -239,7 +239,7 @@ fn main() {
.get_sysroot_src()
.expect("Couldn't find toolchain path, do you have `rustc` installed?");
project
.exercies_to_json()
.exercises_to_json()
.expect("Couldn't parse rustlings exercises files");
if project.crates.is_empty() {