Skip to content

Commit d8c2a64

Browse files
committed
Rename round_ties_to_even to round_ties_even
This follows rust-lang/rust#96710
1 parent 52095ff commit d8c2a64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

itf1788/plugins/rust/arith/inari/arith.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ op_sign*: $ARG1.sign()
224224
op_ceil*: $ARG1.ceil()
225225
op_floor*: $ARG1.floor()
226226
op_trunc*: $ARG1.trunc()
227-
op_roundTiesToEven*: $ARG1.round_ties_to_even()
227+
op_roundTiesToEven*: $ARG1.round_ties_even()
228228
op_roundTiesToAway*: $ARG1.round()
229229

230230
# Absmax functions

0 commit comments

Comments
 (0)