Skip to content

Commit

Permalink
Typo fixed (#58393)
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteBlackGoose authored Aug 30, 2021
1 parent 4cf44d0 commit e7765d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/design/specs/Ecma-335-Augments.md
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ static or instance members) or overrides (for virtual instance methods) a member
simply substitute each generic parameter with its generic argument, and compare the resulting member
signatures. [*Example*: The following illustrates this point:

### II.9.11, Constrains on Generic Parameters
### II.9.11, Constraints on Generic Parameters

(Change first paragraph)

Expand Down Expand Up @@ -938,4 +938,4 @@ value on the top of the stack. If the value cannot be represented, an exception
Conversions from floating-point numbers to integral values truncate the number toward zero and used as-is ignoring .un suffix. The integral item
on the top of the stack is reinterpreted as an unsigned value before the conversion.
Note that integer values of less than 4 bytes are extended to int32 (not native int) on the
evaluation stack.
evaluation stack.

0 comments on commit e7765d9

Please sign in to comment.