diff --git a/files/en-us/web/javascript/reference/global_objects/boolean/index.html b/files/en-us/web/javascript/reference/global_objects/boolean/index.html index 8dcca4c200ce2e4..37e74735daf53ba 100644 --- a/files/en-us/web/javascript/reference/global_objects/boolean/index.html +++ b/files/en-us/web/javascript/reference/global_objects/boolean/index.html @@ -72,7 +72,7 @@
Boolean
objects with an initial value of false
var bNoParam = new Boolean(); var bZero = new Boolean(0);