Fix "foreach"/"for" related paragraph in mscore3.txt
Reported version
3.0
Priority
P2 - Medium
Type
Development
Frequency
Once
Severity
S4 - Minor
Reproducibility
Always
Status
active
Regression
No
Workaround
No
Project
As @dmitrio95 pointed in https://github.com/musescore/MuseScore/pull/4511, there is possible mistake in https://github.com/musescore/MuseScore/blob/master/mscore3.txt#L148-L152.
I did face problems related to replacing foreach
with for
. Afair, foreach
always creates a copy of the container and operates on the latter, and for
does not.