Skip to content

Commit fe431a5

Browse files
committed
2 parents 3e2f203 + 981aa6b commit fe431a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/06-advanced-hooks/51-function-overloads-in-hooks.problem.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { Equal, Expect } from "../helpers/type-utils";
33

44
/**
55
* Returning to our useStateAsObject function, we now want to make it work
6-
* EXACTLY like useState, where if you NOTHING, it returns T | undefined.
6+
* EXACTLY like useState, where if you pass NOTHING, it returns T | undefined.
77
*
88
* If you pass a default value, it should NOT include undefined.
99
*/

0 commit comments

Comments
 (0)