We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4dd364 commit acdb02aCopy full SHA for acdb02a
1 file changed
c2rust-transpile/src/c_ast/c_expr.rs
@@ -414,7 +414,7 @@ impl Display for UnTypeOp {
414
}
415
416
impl UnOp {
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, UnOp::PostIncrement | UnOp::PostDecrement)
420
0 commit comments