You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The expression constructing individual elements within an array
comprehension did subtract the separately built first element, but
failed to consider that the index (and not number of elements) was being
used. Add 1 to the index to make it a "number of elements."
While at it, also fix typos in comments around this line of code.
Fixes: #5885
0 commit comments