mirror of https://github.com/ppy/osu
Improve clarity of xmldoc
Co-authored-by: Dan Balasescu <smoogipoo@smgi.me>
This commit is contained in:
parent
b51fd00ba3
commit
a32f5d44e2
|
@ -13,7 +13,7 @@ public interface IRealmFactory
|
|||
Realm Context { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Create a new realm context for use on an arbitrary thread.
|
||||
/// Create a new realm context for use on the current thread.
|
||||
/// </summary>
|
||||
Realm CreateContext();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue