We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a4fe3b commit 40f7d7cCopy full SHA for 40f7d7c
1 file changed
c2rust-transpile/src/c_ast/c_expr.rs
@@ -414,7 +414,7 @@ impl Display for CUnTypeOp {
414
}
415
416
impl CUnOp {
417
- /// Check is the operator is rendered before or after is operand.
+ /// Check if the operator is rendered before or after its operand.
418
pub fn is_prefix(&self) -> bool {
419
!matches!(*self, CUnOp::PostIncrement | CUnOp::PostDecrement)
420
0 commit comments