chore(crypto): Fix a typo.

This commit is contained in:
Ivan Enderlin
2022-05-19 14:41:08 +02:00
parent 6b2df7afdd
commit f3ab1ae276
+1 -1
View File
@@ -54,7 +54,7 @@ impl Into<HistoryVisibility> for ruma::events::room::history_visibility::History
Self::Joined => Joined,
Self::Shared => Shared,
Self::WorldReadable => WorldReadable,
_ => unreachable!("Unkonwn variant"),
_ => unreachable!("Unknown variant"),
}
}
}