fix typo in MIGRATION_GUIDE.md

This commit is contained in:
Waffle Maybe 2022-02-06 14:37:23 +03:00 committed by GitHub
parent 9f60483389
commit 6945c464ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@ Note that the list of required changes is not fully exhaustive and it may lack s
- `InputFile` now can't be created like `InputFile::Url(url)` or matched on, use constructors like `InputFile::url`, `InputFile::file`, etc.
- `RequestError` and `DownloadError` error variants were slightly renamed
`ChatPermissions` is now bitflags.
- `ChatPermissions` is now bitflags.
### teloxide