Merge pull request #75 from microsoft/fix-typos

Fix typos
This commit is contained in:
Ryan Levick 2019-09-20 17:46:56 +02:00 коммит произвёл GitHub
Родитель a99ab1d53a a08ce1f170
Коммит 303f767965
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -131,7 +131,7 @@ You can read more about what gurantees this library makes in the [guide to safet
## Existing crates
There are many existing Rust crates that help with COM interactions. Depending on your use case, you may find these crates more suited to your needs. For example, we have
- [Intercom](https://github.com/Rantanen/intercom), which focuses on providing support for writing cross-platofrm COM components in Rust.
- [Intercom](https://github.com/Rantanen/intercom), which focuses on providing support for writing cross-platform COM components in Rust.
- [winapi-rs](https://github.com/retep998/winapi-rs), which provides a straightforward macro that allows you to easily consume COM interfaces.
## Notes