Skip to content

Conversation

@SherbekMavlonov
Copy link
Contributor

No description provided.

@SherbekMavlonov SherbekMavlonov changed the title Fix wron example Fix wrong example Aug 20, 2024
@SherbekMavlonov
Copy link
Contributor Author

Update wrong example
Issue:
lodash/lodash#5911

Website:
https://lodash.com/docs/4.17.15#curry

Before: [1, 3, 2]
Now: [1, 2, 3]

@jonchurch
Copy link
Member

jonchurch commented Nov 15, 2025

fixes lodash/lodash#5911
and #285

Copy link
Member

@jonchurch jonchurch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hard to read diff (not author's fault) but it nets out to reverting the change in #235

The correct output should be [1, 2, 3] due to the placeholder being passed and then 2 being passed later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants