Finesse the Rust/WinRT info

The spelling and capitalisation were wonky, and the ™ symbol out of place.
This makes things match reality and Microsoft's descriptive conventions.
This commit is contained in:
Chris Morgan 2020-05-06 10:47:08 +05:30 committed by GitHub
parent 15a57dec72
commit 1e8e5a49d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ and Issues in Real-World Rust Programs](https://cseweb.ucsd.edu/~yiying/RustStud
# Crate of the Week
This week's crate is [WinRT-rs](https://github.com/microsoft/winrt-rs), Microsoft™'s official WinRT API for Rust.
This week's crate is [winrt](https://github.com/microsoft/winrt-rs), Microsoft's Rust/WinRT language projection.
Thanks to [JLalu](https://users.rust-lang.org/t/crate-of-the-week/2704/767) for the suggestion!