Skip to content

Commit 083abdd

Browse files
committed
chore(factor): document BigUint spellchecker exclusions
1 parent b727443 commit 083abdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/uu/factor/src/factor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// For the full copyright and license information, please view the LICENSE
44
// file that was distributed with this source code.
55

6-
// spell-checker:ignore funcs
6+
// spell-checker:ignore funcs biguint modpow unfactored
77
// NOTE:
88
// For BigUint > u128, this implementation attempts factorization using Miller-Rabin,
99
// an improved Pollard-rho, and p-1.

0 commit comments

Comments
 (0)