Skip to content

Commit

Permalink
chore: fix misspell
Browse files Browse the repository at this point in the history
  • Loading branch information
nsbarsukov authored Dec 12, 2024
1 parent ee01627 commit 9a21575
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ export class TuiInputNumberComponent
/**
* Number can satisfy interval [Number.MIN_SAFE_INTEGER; Number.MAX_SAFE_INTEGER]
* but its rounding can violate it.
* Before BigInt support there are no perfect solution – only trade off.
* Before BigInt support there is no perfect solution – only trade off.
* No rounding is better than lose precision and incorrect mutation of already valid value.
*/
precision: tuiIsSafeToRound(value, this.precision)
Expand Down

0 comments on commit 9a21575

Please sign in to comment.