1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-11 01:07:23 +08:00

Fix typo in xmldoc

This commit is contained in:
Dean Herbert 2025-03-04 16:15:40 +09:00
parent 667bd6e8f1
commit 4a16b4bd98
No known key found for this signature in database

View File

@ -411,7 +411,7 @@ namespace osu.Game.Online.Chat
}
/// <summary>
/// Find an existing channel instance for the provided channel. Lookup is performed basd on ID.
/// Find an existing channel instance for the provided channel. Lookup is performed based on ID.
/// The provided channel may be used if an existing instance is not found.
/// </summary>
/// <param name="lookup">A candidate channel to be used for lookup or permanently on lookup failure.</param>