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 5adda0d commit 031ded1Copy full SHA for 031ded1
src/js.rs
@@ -77,7 +77,7 @@ extern {
77
#[wasm_bindgen(method, js_name = copyWithin)]
78
pub fn copy_within(this: &Array, target: i32, start: i32, end: i32) -> Array;
79
80
- ///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
81
/// does not change the existing arrays, but instead returns a new array.
82
///
83
/// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/concat
0 commit comments