Skip to content

Commit 12c289f

Browse files
committed
修改注释
1 parent 088fc15 commit 12c289f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/flow/async_flow.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424
"github.com/polarismesh/polaris-go/pkg/model"
2525
)
2626

27-
// AsyncGetQuota 同步获取配额信息
27+
// AsyncGetQuota 异步获取配额信息
2828
func (e *Engine) AsyncGetQuota(request *model.QuotaRequestImpl) (*model.QuotaFutureImpl, error) {
2929
commonRequest := data.PoolGetCommonRateLimitRequest()
3030
commonRequest.InitByGetQuotaRequest(request, e.configuration)

0 commit comments

Comments
 (0)