Skip to content

Commit 2cec199

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

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

catalog/operations/create_contract_metadata.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@ import (
1010
)
1111

1212
// CreateContractMetadataDeps holds non-serializable dependencies for the
13-
// CatalogCreateContractMetadataOp operation.
13+
// CreateContractMetadataOp operation.
1414
type CreateContractMetadataDeps struct {
1515
DataStore cldfdatastore.DataStore
1616
}
1717

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

23-
// CreateContractMetadataOutput is the serializable output of a CatalogCreateContractMetadataOp invocation.
23+
// CreateContractMetadataOutput is the serializable output of a CreateContractMetadataOp invocation.
2424
type CreateContractMetadataOutput struct {
2525
DataStore cldfdatastore.MutableDataStore
2626
}

0 commit comments

Comments
 (0)