From 263577d5eb2fc4f58ce7fe0c92007031fbc7f526 Mon Sep 17 00:00:00 2001 From: Mihai Bazon Date: Wed, 30 Oct 2013 14:13:10 +0200 Subject: [PATCH] [README] Fix #278 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 72348d10..f2f2f212 100644 --- a/README.md +++ b/README.md @@ -261,7 +261,7 @@ when this flag is on: - `String(exp)` or `exp.toString()` → `"" + exp` - `new Object/RegExp/Function/Error/Array (...)` → we discard the `new` - `typeof foo == "undefined"` → `foo === void 0` -- `void 0` → `"undefined"` (if there is a variable named "undefined" in +- `void 0` → `undefined` (if there is a variable named "undefined" in scope; we do it because the variable name will be mangled, typically reduced to a single character). -- 2.34.1