diff --git a/projects/legacy/components/input-number/input-number.component.ts b/projects/legacy/components/input-number/input-number.component.ts index 3c015cd231d16..9886adff3412b 100644 --- a/projects/legacy/components/input-number/input-number.component.ts +++ b/projects/legacy/components/input-number/input-number.component.ts @@ -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)