summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2023-01-03 14:14:07 +0100
committerTobias Klauser <tklauser@distanz.ch>2023-01-03 14:14:07 +0100
commit1b9d4bbf723b9fc6a4f8fdd7bf10d6b39b3f2f62 (patch)
tree5c25365453ced540f43761e8a4187fa100820c4b /src/main.rs
parent49bbeeefaee9e65dec141d6177589481d3e0fd58 (diff)
Fix typo in method name
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 6dc18e8..7e9156f 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -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() {