Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jedel1043 committed Jun 11, 2024
1 parent 1d81239 commit f109e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ffi/capi/src/fixed_decimal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ pub mod ffi {
self.0.set_max_position(position)
}

/// Rounds the number at a particular digit position.
/// Round the number at a particular digit position.
///
/// This uses half to even rounding, which resolves ties by selecting the nearest
/// even integer to the original value.
Expand Down

0 comments on commit f109e08

Please sign in to comment.