events: Fix typos
This commit is contained in:
parent
f2dca60fc7
commit
ede7601aa9
@ -335,7 +335,7 @@ pub enum EventKind {
|
|||||||
|
|
||||||
/// Message-like event kind.
|
/// Message-like event kind.
|
||||||
///
|
///
|
||||||
/// Since redacted / non-redacted message-like events are used in the same places bu have
|
/// Since redacted / non-redacted message-like events are used in the same places but have
|
||||||
/// different sets of fields, these two variations are treated as two closely-related event
|
/// different sets of fields, these two variations are treated as two closely-related event
|
||||||
/// kinds.
|
/// kinds.
|
||||||
MessageLike {
|
MessageLike {
|
||||||
@ -345,7 +345,7 @@ pub enum EventKind {
|
|||||||
|
|
||||||
/// State event kind.
|
/// State event kind.
|
||||||
///
|
///
|
||||||
/// Since redacted / non-redacted state events are used in the same places bu have different
|
/// Since redacted / non-redacted state events are used in the same places but have different
|
||||||
/// sets of fields, these two variations are treated as two closely-related event kinds.
|
/// sets of fields, these two variations are treated as two closely-related event kinds.
|
||||||
State {
|
State {
|
||||||
/// Redacted variation?
|
/// Redacted variation?
|
||||||
|
@ -50,7 +50,7 @@ impl RoomAvatarEventContent {
|
|||||||
|
|
||||||
/// Create an empty `RoomAvatarEventContent`.
|
/// Create an empty `RoomAvatarEventContent`.
|
||||||
///
|
///
|
||||||
/// With the `unstable-pre-spec` feature, this method takes an `MxcUri`.
|
/// Without the `unstable-pre-spec` feature, this method takes an `MxcUri`.
|
||||||
/// See [matrix-doc#2006](https://github.com/matrix-org/matrix-doc/issues/2006).
|
/// See [matrix-doc#2006](https://github.com/matrix-org/matrix-doc/issues/2006).
|
||||||
#[cfg(feature = "unstable-pre-spec")]
|
#[cfg(feature = "unstable-pre-spec")]
|
||||||
pub fn new() -> Self {
|
pub fn new() -> Self {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user