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
Removing the last item(s) in a series is a frequent task and having remove/last and remove/last/part actions would be beneficial. While we can use take/last/part, using remove more clearly conveys the intention.
The text was updated successfully, but these errors were encountered:
Removing the last item(s) in a series is a frequent task and having
remove/last
andremove/last/part
actions would be beneficial. While we can usetake/last/part
, usingremove
more clearly conveys the intention.The text was updated successfully, but these errors were encountered: