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 0f57398 commit f5e050dCopy full SHA for f5e050d
src/js.rs
@@ -256,7 +256,7 @@ extern {
256
/// The toExponential() method returns a string representing the Number
257
/// object in exponential notation.
258
///
259
- /// 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
260
#[wasm_bindgen(catch, method, js_name = toExponential)]
261
pub fn to_exponential(this: &Number, fraction_digits: u8) -> Result<String, JsValue>;
262
0 commit comments