Skip to content

Commit

Permalink
chore: fix typo :)
Browse files Browse the repository at this point in the history
  • Loading branch information
f01dab1e committed Dec 1, 2023
1 parent b9fdf3e commit 0d78c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/fm/src/file_map.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use std::{ops::Range, path::PathBuf};
// XXX: File and FileMap serve as opaque types, so that the rest of the library does not need to import the dependency
// or worry about when we change the dep

#[derive(Clone, Dpebug)]
#[derive(Clone, Debug)]
pub struct PathString(PathBuf);

impl std::fmt::Display for PathString {
Expand Down

0 comments on commit 0d78c1f

Please sign in to comment.