We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00bb673 commit 0379158Copy full SHA for 0379158
crates/js-sys/src/lib.rs
@@ -1209,7 +1209,7 @@ extern "C" {
1209
1210
/// The Math.hypot() function returns the square root of the sum of squares of its arguments.
1211
///
1212
- /// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/fround
+ /// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/hypot
1213
#[wasm_bindgen(static_method_of = Math)]
1214
pub fn hypot(x: f64, y: f64) -> f64;
1215
0 commit comments