diff --git a/manual/index.html b/manual/index.html index a285ba23b8..4e0bac6cc3 100644 --- a/manual/index.html +++ b/manual/index.html @@ -5821,7 +5821,7 @@

The // operator produces all the values of its left-hand -side that are neither false nor null, or, if the +side that are neither false nor null. If the left-hand side produces no values other than false or null, then // produces all the values of its right-hand side.