Fix a regression from the 1.68->1.69 checkin:
string.split(foo, bar) must be foo.split(bar) instead of bar.split(foo).
Showing
Please register or sign in to comment
string.split(foo, bar) must be foo.split(bar) instead of bar.split(foo).