From cd63be07cfdf2ea34632fc5357aabc9682cb5f8e Mon Sep 17 00:00:00 2001 From: Beth Skurrie Date: Thu, 30 Jan 2020 12:42:53 +1100 Subject: [PATCH] docs: update matrix comments --- lib/pact_broker/matrix/repository.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)