Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rj00a committed Apr 11, 2024
1 parent 3c12e02 commit ededb18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/access.rs
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ impl ComponentAccess {
}
}

/// Logically AND two access expressions together.i
/// Logically AND two access expressions together.
pub fn and(&self, rhs: &Self) -> Self {
let mut cases = vec![];

Expand Down

0 comments on commit ededb18

Please sign in to comment.