From 2d6eecc1e9118f88a46982abaa3c8b5c45dfa5f5 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Thu, 1 Jul 2021 12:42:37 +0100 Subject: [PATCH] fix comment --- email/proto/email.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/email/proto/email.proto b/email/proto/email.proto index d5123ad..ce68be9 100644 --- a/email/proto/email.proto +++ b/email/proto/email.proto @@ -10,7 +10,7 @@ service Email { // Send an email by passing in from, to, subject and a text or html body message SendRequest { - // the name of the sender, can be email or name + // the name of the sender string from = 1; // the email address of the recipient string to = 2;