Skip to content

Commit 8f70b10

Browse files
authored
Merge pull request #148 from clonker/fix_tiny_typos
2 parents d005806 + 843bd69 commit 8f70b10

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

schemas/pointer/expression.schema.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ $defs:
6363
maxItems: 2
6464
"$product":
6565
description: |
66-
A list of expressions to be multipled.
66+
A list of expressions to be multiplied.
6767
$ref: "#/$defs/Operands"
6868
"$quotient":
6969
description: |
@@ -200,13 +200,13 @@ $defs:
200200
This object's value is evaluated as follows, based on the bytes width of
201201
the value `<expression>` evaluates to and based on `<N>` (using the
202202
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
204204
`<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
206206
as `<expression>` but with additional zero-bytes (`0x00`) prepended on
207207
the left (most significant) side, such that the resulting bytes width
208208
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
210210
as `<expression>` but with a number of bytes removed from the left
211211
(most significant) side until the bytes width equals `<N>`.
212212

0 commit comments

Comments
 (0)