Skip to content

Commit dfb75a6

Browse files
committed
Minor comment update
1 parent e001ddc commit dfb75a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/integer/z/unsafe_functions.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ unsafe_setter!(Z, value, fmpz, fmpz_clear);
2222
mod test_get_fmpz {
2323
use super::Z;
2424

25-
/// Checks availability of the setter for [`Z::value`]
25+
/// Checks availability of the getter for [`Z::value`]
2626
/// and its ability to be modified.
2727
#[test]
2828
#[allow(unused_mut)]

0 commit comments

Comments
 (0)