Skip to content

Commit 68ef6b4

Browse files
authored
Merge pull request #567 from jontro/patch-1
Fix incorrect url
2 parents 00bb673 + 0379158 commit 68ef6b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/js-sys/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1209,7 +1209,7 @@ extern "C" {
12091209

12101210
/// The Math.hypot() function returns the square root of the sum of squares of its arguments.
12111211
///
1212-
/// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/fround
1212+
/// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/hypot
12131213
#[wasm_bindgen(static_method_of = Math)]
12141214
pub fn hypot(x: f64, y: f64) -> f64;
12151215

0 commit comments

Comments
 (0)