Skip to content

Commit 61a1371

Browse files
authored
Merge pull request #6 from TonalidadeHidrica/fix/typo-modular
Fixed minor typo (moduler -> modular)
2 parents 2088c8e + 1a8fdb8 commit 61a1371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atcoder/internal_math.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ constexpr long long safe_mod(long long x, long long m) {
1515
return x;
1616
}
1717

18-
// Fast moduler by barrett reduction
18+
// Fast modular by barrett reduction
1919
// Reference: https://en.wikipedia.org/wiki/Barrett_reduction
2020
// NOTE: reconsider after Ice Lake
2121
struct barrett {

0 commit comments

Comments
 (0)