We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6beaba6 commit 1e909e1Copy full SHA for 1e909e1
1 file changed
c2rust-transpile/src/c_ast/c_expr.rs
@@ -357,7 +357,7 @@ impl Display for CUnTypeOp {
357
}
358
359
impl CUnOp {
360
- /// Check is the operator is rendered before or after is operand.
+ /// Check if the operator is rendered before or after its operand.
361
pub fn is_prefix(&self) -> bool {
362
!matches!(*self, CUnOp::PostIncrement | CUnOp::PostDecrement)
363
0 commit comments