Fix incorrect url

This commit is contained in:
Jonas Trollvik
2018-07-27 10:10:11 +02:00
committed by GitHub
parent 00bb6736e3
commit 037915827b

View File

@ -1209,7 +1209,7 @@ extern "C" {
/// The Math.hypot() function returns the square root of the sum of squares of its arguments.
///
/// 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
#[wasm_bindgen(static_method_of = Math)]
pub fn hypot(x: f64, y: f64) -> f64;