File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
crates/matrix-sdk/src/widget/machine Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -152,15 +152,15 @@ pub(super) enum ApiVersion {
152152 #[ serde( rename = "0.0.2" ) ]
153153 V0_0_2 ,
154154
155- /// Supports sending and receiving of events.
155+ /// Supports sending and receiving events.
156156 #[ serde( rename = "org.matrix.msc2762" ) ]
157157 MSC2762 ,
158158
159- /// Supports receiving of room state with the `update_state` action.
159+ /// Supports receiving room state with the `update_state` action.
160160 #[ serde( rename = "org.matrix.msc2762_update_state" ) ]
161161 MSC2762UpdateState ,
162162
163- /// Supports sending of approved capabilities back to the widget.
163+ /// Supports sending approved capabilities back to the widget.
164164 #[ serde( rename = "org.matrix.msc2871" ) ]
165165 MSC2871 ,
166166
@@ -176,7 +176,7 @@ pub(super) enum ApiVersion {
176176 #[ serde( rename = "org.matrix.msc2876" ) ]
177177 MSC2876 ,
178178
179- /// Supports sending and receiving of to-device events.
179+ /// Supports sending and receiving to-device events.
180180 #[ serde( rename = "org.matrix.msc3819" ) ]
181181 MSC3819 ,
182182
You can’t perform that action at this time.
0 commit comments