Skip to content

Commit 8a35270

Browse files
authored
Update README.md (#1540)
Improve wording.
1 parent c0312a8 commit 8a35270

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

interpreter/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The interpreter can
1010
* *export* test scripts to self-contained JavaScript test cases
1111
* *run* as an interactive interpreter
1212

13-
The text format defines modules in S-expression syntax. Moreover, it is generalised to a (very dumb) form of *script* that can define multiples module and a batch of invocations, assertions, and conversions between them. As such it is richer than the binary format, with the additional functionality purely intended as testing infrastructure. (See [below](#scripts) for details.)
13+
The text format defines modules in S-expression syntax. Moreover, it is generalised to a form of *script* that can define multiples module and a batch of invocations, assertions, and conversions between them. As such it is richer than the binary format, with the additional functionality purely intended as testing infrastructure. (See [below](#scripts) for details.)
1414

1515

1616
## Building
@@ -373,7 +373,7 @@ In particular, comments of the latter form nest properly.
373373

374374
## Scripts
375375

376-
In order to be able to check and run modules for testing purposes, the S-expression format is interpreted as a very simple and dumb notion of "script", with commands as follows:
376+
In order to be able to check and run modules for testing purposes, the S-expression format is interpreted as a very simple notion of "script", with commands as follows:
377377

378378
```
379379
script: <cmd>*

0 commit comments

Comments
 (0)