diff --git a/lib/pact_broker/matrix/repository.rb b/lib/pact_broker/matrix/repository.rb index 57b5b06eb..946e768dc 100644 --- a/lib/pact_broker/matrix/repository.rb +++ b/lib/pact_broker/matrix/repository.rb @@ -97,9 +97,9 @@ def find_integrations_for_specified_selectors(resolved_specified_selectors, infe private - # If one of the specified pacticipants is a consumer, then that provider is required to be deployed + # If a specified pacticipant is a consumer, then its provider is required to be deployed # to the same environment before the consumer can be deployed. - # If one of the specified pacticipants is a provider, then the provider may be deployed + # If a specified pacticipant is a provider only, then it may be deployed # without the consumer being present. def is_a_row_for_this_integration_required?(specified_pacticipant_names, consumer_name) specified_pacticipant_names.include?(consumer_name)