Skip to content

Commit

Permalink
[FIX]:'all' should be followed by the plural form of the noun. (#2286)
Browse files Browse the repository at this point in the history
  • Loading branch information
gueFDF authored Apr 2, 2023
1 parent dd1429e commit 6361d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/protocol.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import (
//
// # Refer method is to refer a remote service
//
// Destroy method will destroy all invoker and exporter, so it only is called once.
// Destroy method will destroy all invokers and exporters, so it only is called once.
type Protocol interface {
Export(invoker Invoker) Exporter
Refer(url *common.URL) Invoker
Expand Down

0 comments on commit 6361d9f

Please sign in to comment.