mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-02-11 13:39:00 +02:00
Fix typo
This commit is contained in:
parent
c8481d35c1
commit
cf3f6fd6a1
@ -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…
x
Reference in New Issue
Block a user