File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
site/content/en/docs/Guides/Matchmaker Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Here are the key interactions the Director has with Open Match:
1616
1717### Fetching Matches
1818
19- The Director can fetch matches for one or more MatchProfiles using the following API on Open Match Backend:
19+ The Director can fetch matches for a MatchProfile using the following API on Open Match Backend:
2020
2121``` proto
2222rpc FetchMatches(FetchMatchesRequest) returns (stream FetchMatchesResponse) {
@@ -27,7 +27,7 @@ rpc FetchMatches(FetchMatchesRequest) returns (stream FetchMatchesResponse) {
2727}
2828```
2929
30- The request to fetch matches provides a FunctionConfig and one or more MatchProfile.
30+ The request to fetch matches provides a FunctionConfig and a MatchProfile.
3131
3232#### FunctionConfig
3333
You can’t perform that action at this time.
0 commit comments