1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 14:47:25 +08:00

Fix typo in IAPIProvider xmldoc

This commit is contained in:
Dean Herbert 2024-05-30 17:38:05 +09:00
parent 2f2bc8e52e
commit 36d7775032
No known key found for this signature in database

View File

@ -61,7 +61,7 @@ namespace osu.Game.Online.API
string APIEndpointUrl { get; }
/// <summary>
/// The root URL of of the website, excluding the trailing slash.
/// The root URL of the website, excluding the trailing slash.
/// </summary>
string WebsiteRootUrl { get; }