forked from spacebar/rust-nex
fix(mm): spelling on criteria
This commit is contained in:
parent
48fea26321
commit
4d3cbb9fd6
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ pub trait MatchmakeExtension {
|
|||
#[method_id(4)]
|
||||
async fn browse_matchmake_session(
|
||||
&self,
|
||||
borwse_criteria: MatchmakeSessionSearchCriteria,
|
||||
browse_criteria: MatchmakeSessionSearchCriteria,
|
||||
result_range: ResultsRange,
|
||||
) -> Result<Vec<Any<Gathering>>, ErrorCode>;
|
||||
#[method_id(6)]
|
||||
|
|
|
|||
Loading…
Reference in a new issue