Skip to content

Commit e799384

Browse files
authored
Fix ambiguous antecedent
1 parent e5b6e75 commit e799384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/assumptions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,6 @@ interactive user experience. However, in case existing libraries differ in
6969
behavior, the more strict version of that behavior is typically preferred. A
7070
good example is array inputs to functions - while NumPy accepts lists, tuples,
7171
generators, and anything else that could be turned into an array, most other
72-
libraries only accept their own array types. This standard follows that choice.
72+
libraries only accept their own array types. This standard follows the latter choice.
7373
It is likely always possible to put a thin "interactive use convenience layer"
7474
on top of a more strict behavior.

0 commit comments

Comments
 (0)