Fix xmldoc

This commit is contained in:
smoogipoo 2018-06-11 15:44:59 +09:00
parent 14b7530994
commit b51e714ae5
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
namespace osu.Game.Rulesets
{
/// <summary>
/// A cache that provides a single <see cref="IRulesetConfigManager"/> per-ruleset
/// A cache that provides a single <see cref="IRulesetConfigManager"/> per-ruleset.
/// This is done to support referring to and updating ruleset configs from multiple locations in the absence of inter-config bindings.
/// </summary>
public class RulesetConfigCache : Component