Skip to content

Commit e80e2e5

Browse files
committed
Make a few cosmetic adjustments
1 parent f8289b8 commit e80e2e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/elliptic.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ implement!(
594594
///
595595
/// ## Panics
596596
///
597-
/// The function panics if x < 0, y < 0, z ≤ 0 or when both x and y are zero.
597+
/// The function panics if x < 0, y < 0, z ≤ 0, or when both x and y are zero.
598598
///
599599
/// [1]: https://crates.io/crates/ellip
600600
@first_m carlson_rd -> elliprd(y, z),
@@ -621,7 +621,7 @@ implement!(
621621
///
622622
/// ## Panics
623623
///
624-
/// The function panics if m > 1, phi is infinite, or m is infinite.
624+
/// The function panics if m > 1, φ is infinite, or m is infinite.
625625
///
626626
/// [1]: https://crates.io/crates/ellip
627627
jacobi_zeta -> jacobi_zeta(phi),

0 commit comments

Comments
 (0)