Remove inaccurate typed array constructor doc (#2213)

This commit is contained in:
Paul Kernfeld
2020-06-23 11:21:25 -04:00
committed by GitHub
parent 41409d2b86
commit 810e6a84c8

View File

@@ -4794,7 +4794,7 @@ macro_rules! arrays {
/// The
#[doc = $ctor]
/// constructor creates an array of unsigned 8-bit integers.
/// constructor creates a new array.
///
/// [MDN documentation](
#[doc = $mdn]