Skip to content

Commit 810e6a8

Browse files
authored
Remove inaccurate typed array constructor doc (#2213)
1 parent 41409d2 commit 810e6a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/js-sys/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4794,7 +4794,7 @@ macro_rules! arrays {
47944794

47954795
/// The
47964796
#[doc = $ctor]
4797-
/// constructor creates an array of unsigned 8-bit integers.
4797+
/// constructor creates a new array.
47984798
///
47994799
/// [MDN documentation](
48004800
#[doc = $mdn]

0 commit comments

Comments
 (0)