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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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