Improve clarity of xmldoc

Co-authored-by: Dan Balasescu <smoogipoo@smgi.me>
This commit is contained in:
Dean Herbert
2021-10-01 22:23:51 +09:00
committed by GitHub
parent b51fd00ba3
commit a32f5d44e2

View File

@ -13,7 +13,7 @@ namespace osu.Game.Database
Realm Context { get; } Realm Context { get; }
/// <summary> /// <summary>
/// Create a new realm context for use on an arbitrary thread. /// Create a new realm context for use on the current thread.
/// </summary> /// </summary>
Realm CreateContext(); Realm CreateContext();
} }