Skip to content

Commit f5e050d

Browse files
committed
fix url link
1 parent 0f57398 commit f5e050d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ extern {
256256
/// The toExponential() method returns a string representing the Number
257257
/// object in exponential notation.
258258
///
259-
/// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/toFixed
259+
/// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/toExponential
260260
#[wasm_bindgen(catch, method, js_name = toExponential)]
261261
pub fn to_exponential(this: &Number, fraction_digits: u8) -> Result<String, JsValue>;
262262

0 commit comments

Comments
 (0)