Skip to content

Commit

Permalink
Update packages/math/src/bn.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Bate <djbate23@gmail.com>
  • Loading branch information
VolodymyrBg and danielbate authored Jan 17, 2025
1 parent c7bf588 commit aec0e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/math/src/bn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export class BN extends BnJs implements BNInputOverrides, BNHiddenTypes, BNHelpe
if (initialPrecision < initialMinPrecision) {
console.warn(
`Warning: precision (${initialPrecision}) is less than minPrecision (${initialMinPrecision}). ` +
'This may lead to unexpected behavior. Consider setting precision >= minPrecision.'
'This may lead to unexpected behavior. Consider setting precision greater than or equal to minPrecision.'
);
}

Expand Down

0 comments on commit aec0e50

Please sign in to comment.