Skip to content

Commit 3317222

Browse files
Евгений БлиновЕвгений Блинов
authored andcommitted
Fix typo: "2 arguments" to "two arguments"
1 parent c015e56 commit 3317222

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Import the `check` function:
7474
from simtypes import check
7575
```
7676

77-
And pass there 2 arguments, a value + a type or type annotation:
77+
And pass there two arguments, a value + a type or type annotation:
7878

7979
```python
8080
print(check(1, int))

0 commit comments

Comments
 (0)