Skip to content

Commit acdb02a

Browse files
committed
transpile: Fix documentation typo in c_expr.rs
1 parent a4dd364 commit acdb02a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

c2rust-transpile/src/c_ast/c_expr.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ impl Display for UnTypeOp {
414414
}
415415

416416
impl UnOp {
417-
/// Check is the operator is rendered before or after is operand.
417+
/// Check if the operator is rendered before or after its operand.
418418
pub fn is_prefix(&self) -> bool {
419419
!matches!(*self, UnOp::PostIncrement | UnOp::PostDecrement)
420420
}

0 commit comments

Comments
 (0)