mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-11-28 05:52:21 +03: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)]
|
||||
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.
|
||||
///
|
||||
/// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/concat
|
||||
|
Loading…
Reference in New Issue
Block a user