2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-01-30 01:05:31 +00:00

Fix typo in stability-guarantees.md (#136)

This commit is contained in:
Yuki Okushi 2019-08-31 23:15:26 +09:00 committed by Stjepan Glavina
parent e99eafe64f
commit 532c73cf77

View file

@ -5,7 +5,7 @@
In short: we are versioning our software as `MAJOR.MINOR.PATCH`. We increase the:
* MAJOR version when there are incompatible API changes,
* MINOR version when we introducece functionality in a backwards-compatible manner
* MINOR version when we introduce functionality in a backwards-compatible manner
* PATCH version when we make backwards-compatible bug fixes
We will provide migration documentation between major versions.