Skip to content

Commit 58a2f9d

Browse files
[spectec] Fix typos in Overview.md (#2038)
1 parent 8bfbeb0 commit 58a2f9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spectec/doc/Overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ rule Instr_ok/global.set:
198198
```
199199
Each rule definition is headed by the name of its respective relation,
200200
plus a symbolic name for the rule itself,
201-
used later to reference individiual rules.
201+
used later to reference individual rules.
202202
The notation of a rule's body has to match the notation declared for the relation.
203203

204204
The rule for `NOP` specifies that both input and output types of the instruction are empty
@@ -502,7 +502,7 @@ first pass one byte,
502502
whose value must be larger than or equal to 128,
503503
that is, its most-significant bit is set.
504504
It is also required that `N` is large enough to allow multiple bytes.
505-
The remainder than is parsed as a binary number of the remaining bitwidth `N-7`,
505+
The remainder then is parsed as a binary number of the remaining bitwidth `N-7`,
506506
and in the end, both parts of the result value are combined together to form the overall result.
507507

508508
Finally, the grammar for floating point values is also parameterised over its bit-width,

0 commit comments

Comments
 (0)