Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editorial: Define alias before reference #2916

Merged
merged 1 commit into from
Sep 27, 2022
Merged

Conversation

jmdyck
Copy link
Collaborator

@jmdyck jmdyck commented Sep 27, 2022

String.prototype.lastIndexOf must define searchLen before using it.

(fixup for PR #2848)

@bakkot bakkot added the ready to merge Editors believe this PR needs no further reviews, and is ready to land. label Sep 27, 2022
String.prototype.lastIndexOf must define _searchLen_ before using it.

(fixup for PR tc39#2848)
@ljharb ljharb merged commit 231f270 into tc39:main Sep 27, 2022
@jmdyck jmdyck deleted the quick_fix branch September 27, 2022 04:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
editorial change ready to merge Editors believe this PR needs no further reviews, and is ready to land.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants