Skip to content

Commit 0658b23

Browse files
committed
Update README.md
1 parent 00967f4 commit 0658b23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ sendEmail(myEmail, "Hello!"); // valid
6666
sendEmail("some string", "Hello!"); // compile error -- Cannot convert string to string<email>
6767
```
6868

69-
However, the following is invalid with non-number types:
69+
The following is invalid with non-number types:
7070

7171
```typescript
7272
declare type m;

0 commit comments

Comments
 (0)