diff --git a/language/references.xml b/language/references.xml index 48bc314144..f44a1ef29e 100644 --- a/language/references.xml +++ b/language/references.xml @@ -1,5 +1,5 @@ - + References Explained @@ -148,9 +148,8 @@ echo "var2 is set to '$var2'\n"; // var2 is set to 'Example variable' - If you assign a value to a variable with references in a foreach statement, - the references are modified too. + If you assign a value to a variable with references in a + &foreach; statement, the references are modified too. References and foreach statement