api: Fix a typo

This commit is contained in:
Jonas Platte 2022-02-09 11:49:16 +01:00
parent 932fe4fa38
commit af1ae46521
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67

View File

@ -530,7 +530,7 @@ impl VersionRepr {
}
impl MatrixVersion {
/// Checks wether a version is compatible with another.
/// Checks whether a version is compatible with another.
///
/// A is compatible with B as long as B is equal or less, so long as A and B have the same major
/// versions.