mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-01 18:01:06 +00:00
js: Fix missing space at start of doc comment
This commit is contained in:
parent
5adda0d591
commit
031ded116b
@ -77,7 +77,7 @@ extern {
|
|||||||
#[wasm_bindgen(method, js_name = copyWithin)]
|
#[wasm_bindgen(method, js_name = copyWithin)]
|
||||||
pub fn copy_within(this: &Array, target: i32, start: i32, end: i32) -> Array;
|
pub fn copy_within(this: &Array, target: i32, start: i32, end: i32) -> Array;
|
||||||
|
|
||||||
///The concat() method is used to merge two or more arrays. This method
|
/// The concat() method is used to merge two or more arrays. This method
|
||||||
/// does not change the existing arrays, but instead returns a new array.
|
/// does not change the existing arrays, but instead returns a new array.
|
||||||
///
|
///
|
||||||
/// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/concat
|
/// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/concat
|
||||||
|
Loading…
x
Reference in New Issue
Block a user