Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AZWN committed Nov 27, 2023
1 parent 707a188 commit 9f7c99f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scopegraphs-lib/src/resolve/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ where
LABEL: Hash,
{
fn hash<H: std::hash::Hasher>(&self, state: &mut H) {
// `self.scopes` is determined by the `inner_path`, so no need to check separately hash it.
// `self.scopes` is determined by the `inner_path`, so no need to separately hash it.
self.inner_path.hash(state);
}
}
Expand Down

0 comments on commit 9f7c99f

Please sign in to comment.