From e968510e142ab3ecd6b11c0f28bd4ad44f938c82 Mon Sep 17 00:00:00 2001 From: TP Honey Date: Mon, 16 Dec 2024 09:13:51 +0000 Subject: [PATCH] Update changes.proto Co-authored-by: Dylan --- changes.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changes.proto b/changes.proto index 4d91ab8..6a1e40e 100644 --- a/changes.proto +++ b/changes.proto @@ -178,7 +178,7 @@ service AutoTaggingService { // Convert a rule's properties to a string that can be used in the rules // config file rpc ExportRule(ExportRuleRequest) returns (ExportRuleResponse); - // Given a rule uuid, and a list of changes uuids + // Given a rule, and a list of changes uuids // The response will contain the rule uuid and a list of changes and what tags they would have if the rule was applied rpc TestRule(TestRuleRequest) returns (stream TestRuleResponse); }