From c9bb346941f25de9dbab013513f132880218316f Mon Sep 17 00:00:00 2001 From: Jason Yu Date: Tue, 7 Jan 2020 18:19:54 +0000 Subject: [PATCH] chore: update README.md (#592) [ci skip] --- packages/reactivity/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/reactivity/README.md b/packages/reactivity/README.md index fabf6e7e3..4eda9a3f1 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`.