Skip to content

Commit 80a7ab5

Browse files
qryxipkoba-e964
andauthored
Fix the doc
Co-authored-by: Hiroki Kobayashi <[email protected]>
1 parent 2843c8e commit 80a7ab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modint.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//!
55
//! - Converted the struct names to PascalCase.
66
//! - Renamed `mod` → `modulus`.
7-
//! - Moduluses are `u32`, not `i32`.
7+
//! - Moduli are `u32`, not `i32`.
88
//! - `Id`s are `usize`, not `i32`.
99
//! - The default `Id` is `0`, not `-1`.
1010
//! - The type of the argument of `pow` is `u64`, not `i64`.

0 commit comments

Comments
 (0)