Skip to content

Commit

Permalink
Update lsp/nls/src/linearization/building.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Yann Hamdaoui <[email protected]>
  • Loading branch information
ebresafegaga and yannham committed Feb 21, 2023
1 parent bef1fa3 commit 13c361c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lsp/nls/src/linearization/building.rs
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ impl<'b> Building<'b> {
_ => break,
}
}
// return the `prev_item` becuase that was the record field we want to
// return the `prev_item` because that was the record field we wanted to
// resolve, and `curr_item` points to the record field's value.
Some(prev_item)
}
Expand Down

0 comments on commit 13c361c

Please sign in to comment.