Skip to content

Commit 252e3dc

Browse files
rdeforestsaghul
authored andcommitted
Fix typo in test262 suite description
In a sentence "The `test262` suite is also ran," 'run' should be used instead of 'ran'. It is the past participle in the sentence, despite 'is' being in the present tense. 'run' is irregular, but if you substitute a regular verb like 'execute', it becomes more clear: "The `test262` suite is also executed." If the present participle were used, it would be 'executing'. It's a common mistake in English, even amongst native speakers and linguistic drift may eventually put this in free variation, but for now 'run' is correct.
1 parent e1c1e41 commit 252e3dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/docs/diff.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ average of a new release every 2 months.
2323
Since its inception testing has been a focus. Each PR is tested in over 50 configurations,
2424
involving different operating systems, build types and sanitizers.
2525

26-
The `test262` suite is also ran for every change.
26+
The `test262` suite is also run for every change.
2727

2828
## Cross-platform support
2929

0 commit comments

Comments
 (0)