From 8de25bb7f5a571f5e5c4b0b09f3e6203ea547b35 Mon Sep 17 00:00:00 2001 From: Chris Rybicki Date: Tue, 17 Sep 2024 17:36:51 -0400 Subject: [PATCH] add docstring --- email/types.w | 1 + 1 file changed, 1 insertion(+) diff --git a/email/types.w b/email/types.w index cf1c9e3a..e92338c9 100644 --- a/email/types.w +++ b/email/types.w @@ -1,4 +1,5 @@ pub interface IEmail { + /// Sends a simple email. inflight send(options: SendEmailOptions): void; }