From 4291efc8f00c6249c3e538876de84a35b24a7445 Mon Sep 17 00:00:00 2001 From: AnnaShaleva Date: Wed, 2 Mar 2022 20:18:39 +0300 Subject: [PATCH] services: fix typo in method description --- pkg/services/notary/notary.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/services/notary/notary.go b/pkg/services/notary/notary.go index 58488b037..cd50cecae 100644 --- a/pkg/services/notary/notary.go +++ b/pkg/services/notary/notary.go @@ -106,7 +106,7 @@ type ( } ) -// isMainCompleted denotes whether all signatures for the main transaction was collected. +// isMainCompleted denotes whether all signatures for the main transaction were collected. func (r request) isMainCompleted() bool { if r.witnessInfo == nil { return false