Skip to content

Commit 80427bd

Browse files
committed
del rogue "a"
1 parent 5b3e1ae commit 80427bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/bigdecimal.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ export function divide_floating(
413413
* Calculates the modulo between two BigDecimals.
414414
* The resulting BigDecimal will have the same precision as the first argument (the dividend).
415415
* @param bd1 The dividend.
416-
* a@param bd2 The divisor.
416+
* @param bd2 The divisor.
417417
* @returns The remainder as a new BigDecimal, with the same precision as the dividend.
418418
*/
419419
export function mod(bd1: BigDecimal, bd2: BigDecimal): BigDecimal {

0 commit comments

Comments
 (0)