diff --git a/src/lib.rs b/src/lib.rs index 16dcc3b8..7a811702 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -22,7 +22,7 @@ //! `EventType` is used throughout ruma-events to identify and differentiate between events of //! different types. //! -//! # Event traits +//! # Event kinds //! //! Matrix defines three "kinds" of events: //!