From e136912edc5e71b551f1d6b5ee595249f3e4e0bd Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 30 Aug 2018 01:51:52 +0300 Subject: [PATCH] tweaking docs... Signed-off-by: Alex A. Naanou --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dfe9b50..2682bcf 100644 --- a/README.md +++ b/README.md @@ -323,7 +323,7 @@ Containers that support item changes include: - ~~`Map` / `WeakMap`~~ *(planned but not done yet)* - ~~`Set` / `WeakSet`~~ *(planned but not done yet)* -Additionally attribute changes are supported for all non basic objects (i.e. anything for which `typeof X` yeilds `"object"`). This can be disabled by setting `options.no_attributes` to `true` (see: [Options](#options) below). +Additionally attribute changes are supported for all non basic objects (i.e. any `x` for which `x instanceof Object` is `true`). This can be disabled by setting `options.no_attributes` to `true` (see: [Options](#options) below). ### Extended 'Text' object support