Skip to content

Commit c11bbb8

Browse files
authoredMar 16, 2019
Fix readme
1 parent 564fe00 commit c11bbb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,15 +79,15 @@ expectError(await concat(true, false));
7979

8080
## Assertions
8181

82-
### expectType<T>(value)
82+
### expectType&lt;T&gt;(value)
8383

8484
Check if a value is of a specific type.
8585

8686
### expectError(function)
8787

8888
Check if the function call has argument type errors.
8989

90-
### expectError<T>(value)
90+
### expectError&lt;T&gt;(value)
9191

9292
Check if a value is of the provided type `T`.
9393

0 commit comments

Comments
 (0)
Please sign in to comment.