diff --git a/language/types.xml b/language/types.xml index d65998e70e..83adf80ead 100644 --- a/language/types.xml +++ b/language/types.xml @@ -1,5 +1,5 @@ - + Types @@ -815,7 +815,7 @@ echo "He drunk some ${beer}s"; // works - Similary, you can also have an array index or an object + Similarly, you can also have an array index or an object property parsed. With array indices, the closing square bracket (]) marks the end of the index. For object properties the same rules apply as to simple variables,