Signed-off-by: Lukas Wagner <l.wag...@proxmox.com> --- proxmox-notify/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/proxmox-notify/src/lib.rs b/proxmox-notify/src/lib.rs index eebc57a..ca68388 100644 --- a/proxmox-notify/src/lib.rs +++ b/proxmox-notify/src/lib.rs @@ -106,7 +106,7 @@ pub enum Severity { /// Notification endpoint trait, implemented by all endpoint plugins pub trait Endpoint { - /// Send a documentation + /// Send a notification fn send(&self, notification: &Notification) -> Result<(), Error>; /// The name/identifier for this endpoint -- 2.39.2 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel