mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-21 13:32:23 -05:00
Fix typo
This commit is contained in:
parent
c8481d35c1
commit
cf3f6fd6a1
1 changed files with 1 additions and 1 deletions
|
@ -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`")?;
|
||||
|
||||
|
|
Loading…
Reference in a new issue