Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ <h1>
1. If _type_ is |UnaryExpression|, then
1. Set _unaryExpression_ to _candidate_.
1. Else if _type_ is |NumericLiteral|, then
1. Assert: _unaryExpression_ Contains _candidate_ is *true*.
1. Assert: _candidate_ is contained within _unaryExpression_.
1. Return _unaryExpression_.
1. Else,
1. Return _candidate_.
Expand Down