Skip to content

Commit c5c4c98

Browse files
committed
fix typo
1 parent f62ce53 commit c5c4c98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Contribute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
- Describe the challenge, make sure people understand what they need to accomplish (the `TODO:` part)
3232
- Add two functions `should_pass` and `should_fail` as test cases. The **function names are mandatory**. With correct code, `should_pass` should pass type check, and `should_fail` should fail type check.
3333

34-
Using the above challenge as an example, the correct answer is `def foo(x: dict[str: str]): pass`.
34+
Using the above challenge as an example, the correct answer is `def foo(x: dict[str, str]): pass`.
3535

3636
This will pass type check:
3737

0 commit comments

Comments
 (0)