You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2023/03/31 05:25:48 UTC

[dubbo-go] branch main updated: fix:Modify the comment syntax problem after the ci problem is fixed (#2279)

This is an automated email from the ASF dual-hosted git repository.

alexstocks pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git


The following commit(s) were added to refs/heads/main by this push:
     new dd1429e2d fix:Modify the comment syntax problem after the ci problem is fixed (#2279)
dd1429e2d is described below

commit dd1429e2d41eb9433183b144baacfeae386e92c1
Author: yan ran <93...@users.noreply.github.com>
AuthorDate: Fri Mar 31 13:25:40 2023 +0800

    fix:Modify the comment syntax problem after the ci problem is fixed (#2279)
---
 filter/metrics/filter.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/filter/metrics/filter.go b/filter/metrics/filter.go
index 715b981d6..ba33cc67a 100644
--- a/filter/metrics/filter.go
+++ b/filter/metrics/filter.go
@@ -31,7 +31,7 @@ import (
 	"dubbo.apache.org/dubbo-go/v3/protocol"
 )
 
-// must initialized before using the filter and after loading configuration
+// must initialize before using the filter and after loading configuration
 var metricFilterInstance *Filter
 
 func init() {