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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}