From: Jason Yu Date: Tue, 7 Jan 2020 18:19:54 +0000 (+0000) Subject: chore: update README.md (#592) [ci skip] X-Git-Tag: v3.0.0-alpha.2~13 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c9bb346941f25de9dbab013513f132880218316f;p=thirdparty%2Fvuejs%2Fcore.git chore: update README.md (#592) [ci skip] --- diff --git a/packages/reactivity/README.md b/packages/reactivity/README.md index fabf6e7e39..4eda9a3f1a 100644 --- a/packages/reactivity/README.md +++ b/packages/reactivity/README.md @@ -16,4 +16,4 @@ The implementation of this module is inspired by the following prior art in the ## Caveats -- Built-in objects are not observed except for `Map`, `WeakMap`, `Set` and `WeakSet`. +- Built-in objects are not observed except for `Array`, `Map`, `WeakMap`, `Set` and `WeakSet`.