Apply documentation suggestion

This commit is contained in:
Salman Ahmed 2021-02-04 02:20:18 +03:00
parent 62d0036c81
commit db3f9e7cbe
1 changed files with 2 additions and 2 deletions

View File

@ -67,10 +67,10 @@ private void load()
}
/// <summary>
/// Verifies that the given databased model is in a correct state to be considered available.
/// Checks that a database model matches the one expected to be downloaded.
/// </summary>
/// <example>
/// In the case of multiplayer/playlists, this has to verify that the databased beatmap set with the selected beatmap matches what's online.
/// In the case of multiplayer/playlists, this has to check that the databased beatmap set with the selected beatmap matches what's online.
/// </example>
/// <param name="databasedModel">The model in database.</param>
protected virtual bool VerifyDatabasedModel([NotNull] TModel databasedModel) => true;