Skip to content

Commit 031ded1

Browse files
committed
js: Fix missing space at start of doc comment
1 parent 5adda0d commit 031ded1

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
@@ -77,7 +77,7 @@ extern {
7777
#[wasm_bindgen(method, js_name = copyWithin)]
7878
pub fn copy_within(this: &Array, target: i32, start: i32, end: i32) -> Array;
7979

80-
///The concat() method is used to merge two or more arrays. This method
80+
/// The concat() method is used to merge two or more arrays. This method
8181
/// does not change the existing arrays, but instead returns a new array.
8282
///
8383
/// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/concat

0 commit comments

Comments
 (0)