Skip to content

Commit 53bd765

Browse files
committed
Fix a couple of minor textual issues
1 parent b51a56a commit 53bd765

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/verification_test_suite.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ aid library developers check conformance to the spec. **NOTE: The test suite
77
is still a work in progress.** It can be found at
88
<https://github.com/data-apis/array-api-tests>.
99

10-
It is important to note that while the aim of the array api test suite is to
11-
cover as much as the spec as possible, there are necessarily some aspects of
10+
It is important to note that while the aim of the array API test suite is to
11+
cover as much of the spec as possible, there are necessarily some aspects of
1212
the spec that are not covered by the test suite, typically because they are
1313
impossible to effectively test. Furthermore, if the test suite appears to
1414
diverge in any way from what the spec documents say, this should be considered
@@ -33,7 +33,7 @@ For example
3333

3434
ARRAY_API_TESTS_MODULE=numpy pytest
3535

36-
Alternately, edit the `array_api_tests/_array_module.py` file and change the
36+
Alternatively, edit the `array_api_tests/_array_module.py` file and change the
3737
line
3838

3939
```py

0 commit comments

Comments
 (0)