fix(mm): spelling on criteria
Some checks failed
Build and Test / build-editions (DATABASE_SMM, super-mario-maker) (push) Successful in 3m50s
Build and Test / build-editions (minecraft-wiiu) (push) Successful in 4m19s
Build and Test / build-editions (mario-tennis) (push) Successful in 4m23s
Build and Test / build-editions (sonic-transformed) (push) Successful in 4m41s
Build and Test / build-editions (wii-u-chat) (push) Successful in 4m46s
Build and Test / build-editions (DATABASE_SMM, wii-sports-club) (push) Successful in 4m59s
Build and Test / build-editions (DATABASE_SMM, puyopuyo) (push) Successful in 5m6s
Build and Test / build-editions (terraria) (push) Successful in 5m17s
Build and Test / build-editions (splatoon-testfire) (push) Successful in 5m18s
Build and Test / build-editions (fast-racing-neo) (push) Successful in 5m19s
Build and Test / build-editions (splatoon) (push) Successful in 5m26s
Build and Test / build-editions (DATABASE_FRIENDS, friends) (push) Has been cancelled

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)] #[method_id(4)]
async fn browse_matchmake_session( async fn browse_matchmake_session(
&self, &self,
borwse_criteria: MatchmakeSessionSearchCriteria, browse_criteria: MatchmakeSessionSearchCriteria,
result_range: ResultsRange, result_range: ResultsRange,
) -> Result<Vec<Any<Gathering>>, ErrorCode>; ) -> Result<Vec<Any<Gathering>>, ErrorCode>;
#[method_id(6)] #[method_id(6)]