Skip to content

Commit 40f7d7c

Browse files
committed
transpile: Fix documentation typo in c_expr.rs
1 parent 4a4fe3b commit 40f7d7c

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 CUnTypeOp {
414414
}
415415

416416
impl CUnOp {
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, CUnOp::PostIncrement | CUnOp::PostDecrement)
420420
}

0 commit comments

Comments
 (0)