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: consistently use minimal returns #612

Merged
merged 3 commits into from Nov 15, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion index.bs
Expand Up @@ -3624,7 +3624,7 @@ A few abstract operations are used in this specification for utility purposes. W
1. Assert: ! IsPropertyKey(_P_) is *true*.
1. Assert: _args_ is a List.
1. Let _method_ be ? GetV(_O_, _P_).
1. If _method_ is *undefined*, return.
1. If _method_ is *undefined*, return *undefined*.
1. Return ? Call(_method_, _O_, _args_).
</emu-alg>

Expand Down