Skip to content

Commit a2b5b0a

Browse files
committed
I can spell
1 parent 84f0c46 commit a2b5b0a

File tree

1 file changed

+1
-1
lines changed
  • crates/noirc_frontend/src/graph

1 file changed

+1
-1
lines changed

crates/noirc_frontend/src/graph/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ impl CrateGraph {
127127
self.arena
128128
.keys()
129129
.find(|crate_id| crate_id.is_root())
130-
.expect("ICE: A root crate should exist in the CrateCraph")
130+
.expect("ICE: A root crate should exist in the CrateGraph")
131131
}
132132

133133
pub fn add_crate_root(&mut self, file_id: FileId) -> CrateId {

0 commit comments

Comments
 (0)