Fix a typo (#477)

This commit is contained in:
CreepySkeleton 2019-10-23 20:42:52 +03:00 committed by Yuki Okushi
parent cefca3b5ca
commit 6cd8dcce18
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ before, not all of these are needed for every type of contribution.
audience. You can find the original discussion [here][prerfc].
- **RFC** This is when you formally present your idea to the community for
consideration. You can find the RFC [here][rfc].
- **Implementation** Implement your idea unstabley in the compiler. You can
- **Implementation** Implement your idea unstably in the compiler. You can
find the original implementation [here][impl1].
- **Possibly iterate/refine** As the community gets experience with your
feature on the nightly compiler and in `libstd`, there may be additional