Skip to content

Commit 898610e

Browse files
committed
Fix director fetching matches description
googleforgames/open-match#1056 In v0.9.0 and later, the FetchMatchesRequest takes a single MatchProfile.
1 parent 7f07502 commit 898610e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/content/en/docs/Guides/Matchmaker/director.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
2222
rpc 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

0 commit comments

Comments
 (0)