Skip to content

Commit 1e909e1

Browse files
committed
transpile: Fix documentation typo in c_expr.rs
1 parent 6beaba6 commit 1e909e1

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
@@ -357,7 +357,7 @@ impl Display for CUnTypeOp {
357357
}
358358

359359
impl CUnOp {
360-
/// Check is the operator is rendered before or after is operand.
360+
/// Check if the operator is rendered before or after its operand.
361361
pub fn is_prefix(&self) -> bool {
362362
!matches!(*self, CUnOp::PostIncrement | CUnOp::PostDecrement)
363363
}

0 commit comments

Comments
 (0)