Skip to content

Commit 0b3533a

Browse files
Milky2018peter-jerry-ye
authored andcommitted
fix: correct typos in trig_double_nonjs.mbt
1 parent bcc92a0 commit 0b3533a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

math/trig_double_nonjs.mbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -313,12 +313,12 @@ pub fn atan(x : Double) -> Double {
313313
///
314314
/// Parameters:
315315
///
316-
/// * `x` : The numerator of the quotient.
316+
/// * `y` : The numerator of the quotient.
317317
/// * `x` : The denominator of the quotient.
318318
///
319-
/// Returns the arctangent of the quotient `x / x`.
319+
/// Returns the arctangent of the quotient `y / x`.
320320
///
321-
/// * Returns NaN if x or x is NaN.
321+
/// * Returns NaN if y or x is NaN.
322322
///
323323
/// Example:
324324
///

0 commit comments

Comments
 (0)