File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 63
63
maxItems : 2
64
64
" $product " :
65
65
description : |
66
- A list of expressions to be multipled .
66
+ A list of expressions to be multiplied .
67
67
$ref : " #/$defs/Operands"
68
68
" $quotient " :
69
69
description : |
@@ -200,13 +200,13 @@ $defs:
200
200
This object's value is evaluated as follows, based on the bytes width of
201
201
the value `<expression>` evaluates to and based on `<N>` (using the
202
202
value of `"$wordsize"` for `<N>` in the case of the latter form above):
203
- - If the width equals `<N>`, this object evalutes to the same value as
203
+ - If the width equals `<N>`, this object evaluates to the same value as
204
204
`<expression>` (equivalent to the identity function or no-op).
205
- - If the width is less than `<N>`, this object evalutes to the same value
205
+ - If the width is less than `<N>`, this object evaluates to the same value
206
206
as `<expression>` but with additional zero-bytes (`0x00`) prepended on
207
207
the left (most significant) side, such that the resulting bytes width
208
208
equals `<N>`.
209
- - If the width exceeds `<N>`, this object evalutes to the same value
209
+ - If the width exceeds `<N>`, this object evaluates to the same value
210
210
as `<expression>` but with a number of bytes removed from the left
211
211
(most significant) side until the bytes width equals `<N>`.
212
212
You can’t perform that action at this time.
0 commit comments