Skip to content
This repository has been archived by the owner on Oct 10, 2019. It is now read-only.

Commit

Permalink
Editorial: Remove unnecessary ?
Browse files Browse the repository at this point in the history
From #63
  • Loading branch information
littledan committed Aug 4, 2017
1 parent 81d2903 commit 3769506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ <h1>BigInt::leftShift (_x_, _y_)</h1>
<h1>BigInt::signedRightShift (_x_, _y_)</h1>
<p>The abstract operation BigInt::signedRightShift with arguments _x_ and _y_ of type BigInt:</p>
<emu-alg>
1. Return ? BigInt::leftShift(_x_, -_y_).
1. Return BigInt::leftShift(_x_, -_y_).
</emu-alg>
</emu-clause>

Expand Down

0 comments on commit 3769506

Please sign in to comment.