Skip to content

Commit 5df7d78

Browse files
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent ca5c53a commit 5df7d78

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

catalog/operations/update_contract_metadata.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ type UpdateContractMetadataDeps struct {
1515
DataStore cldfdatastore.DataStore
1616
}
1717

18-
// UpdateContractMetadataInput is the serializable input of a UpdateContractMetadataOp invocation.
18+
// UpdateContractMetadataInput is the serializable input of an UpdateContractMetadataOp invocation.
1919
type UpdateContractMetadataInput struct {
2020
ContractMetadata []cldfdatastore.ContractMetadata
2121
}
2222

23-
// UpdateContractMetadataOutput is the serializable output of a UpdateContractMetadataOp invocation.
23+
// UpdateContractMetadataOutput is the serializable output of an UpdateContractMetadataOp invocation.
2424
type UpdateContractMetadataOutput struct {
2525
DataStore cldfdatastore.MutableDataStore
2626
}

0 commit comments

Comments
 (0)