From b7be79c5b4bd87f286511dd0e4ea8ed6bd9b9dee Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Wed, 22 Apr 2020 12:26:15 +0200 Subject: [PATCH] Fix typo in change log --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1505113d..59c6f223 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -68,7 +68,7 @@ Improvements: * For any event or event content type `T` inside a larger type that should support deserialization you can use `EventResult` instead * Conceptually, it is the same as `Result` * `InvalidEvent` can represent either a deserialization error (the event's structure did not match) or a validation error (some additional constraints defined in the matrix spec were violated) - * It also contians the original value that was attempted to be deserialized into `T` in `serde_json::Value` form + * It also contains the original value that was attempted to be deserialized into `T` in `serde_json::Value` form Breaking changes: