File tree 1 file changed +4
-4
lines changed
crates/matrix-sdk/src/widget/machine
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -145,15 +145,15 @@ pub(super) enum ApiVersion {
145
145
#[ serde( rename = "0.0.2" ) ]
146
146
V0_0_2 ,
147
147
148
- /// Supports sending and receiving of events.
148
+ /// Supports sending and receiving events.
149
149
#[ serde( rename = "org.matrix.msc2762" ) ]
150
150
MSC2762 ,
151
151
152
- /// Supports receiving of room state with the `update_state` action.
152
+ /// Supports receiving room state with the `update_state` action.
153
153
#[ serde( rename = "org.matrix.msc2762_update_state" ) ]
154
154
MSC2762UpdateState ,
155
155
156
- /// Supports sending of approved capabilities back to the widget.
156
+ /// Supports sending approved capabilities back to the widget.
157
157
#[ serde( rename = "org.matrix.msc2871" ) ]
158
158
MSC2871 ,
159
159
@@ -169,7 +169,7 @@ pub(super) enum ApiVersion {
169
169
#[ serde( rename = "org.matrix.msc2876" ) ]
170
170
MSC2876 ,
171
171
172
- /// Supports sending and receiving of to-device events.
172
+ /// Supports sending and receiving to-device events.
173
173
#[ serde( rename = "org.matrix.msc3819" ) ]
174
174
MSC3819 ,
175
175
You can’t perform that action at this time.
0 commit comments