mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-16 18:20:51 +00:00
fix url link
This commit is contained in:
parent
0f57398917
commit
f5e050d087
@ -256,7 +256,7 @@ extern {
|
||||
/// The toExponential() method returns a string representing the Number
|
||||
/// object in exponential notation.
|
||||
///
|
||||
/// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/toFixed
|
||||
/// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/toExponential
|
||||
#[wasm_bindgen(catch, method, js_name = toExponential)]
|
||||
pub fn to_exponential(this: &Number, fraction_digits: u8) -> Result<String, JsValue>;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user