Skip to content

Commit

Permalink
And another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
asterite committed Jul 11, 2024
1 parent 48f3e0c commit a6f473e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/noirc_frontend/src/locations.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pub(crate) struct LocationIndices {

impl LocationIndices {
pub(crate) fn add_location(&mut self, location: Location, node_index: PetGraphIndex) {
// Some location spans are empty: maybe they are from ficticious nodes?
// Some location spans are empty: maybe they are from fictitious nodes?
if location.span.start() == location.span.end() {
return;
}
Expand Down

0 comments on commit a6f473e

Please sign in to comment.