diff --git a/src/lib.rs b/src/lib.rs index c18a9b35..83fee1c8 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -24,7 +24,9 @@ pub enum NotificationCreationError { Unknown } -/// The context which within libnotify operates +/// The context which within libnotify operates. +/// +/// Only one context can exist at a time. pub struct Context; impl Context {