1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-09-07 20:02:17 +02:00
This commit is contained in:
mo8it 2024-05-14 01:50:03 +02:00
parent c8481d35c1
commit cf3f6fd6a1

View File

@ -82,7 +82,7 @@ pub struct EmbeddedFiles {
}
impl EmbeddedFiles {
/// Dump all the embedded files of the `exercises/` direcotry.
/// Dump all the embedded files of the `exercises/` directory.
pub fn init_exercises_dir(&self, exercise_infos: &[ExerciseInfo]) -> Result<()> {
create_dir("exercises").context("Failed to create the directory `exercises`")?;