fix(mm): spelling on criteria

This commit is contained in:
redbinder0526 2026-08-08 16:22:33 +02:00
commit 4d3cbb9fd6

View file

@ -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)]