aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Library/IUserManager.cs
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2019-10-29 17:50:09 +0100
committerGitHub <noreply@github.com>2019-10-29 17:50:09 +0100
commit2b1e766c17031536516ec081c3a5cabde82cb580 (patch)
treed6820669dccb5df36e8139f9273a661d78af0622 /MediaBrowser.Controller/Library/IUserManager.cs
parent24c076eff300726f55ee856a230c0c6a25c462de (diff)
Update MediaBrowser.Controller/Library/IUserManager.cs
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
Diffstat (limited to 'MediaBrowser.Controller/Library/IUserManager.cs')
-rw-r--r--MediaBrowser.Controller/Library/IUserManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Library/IUserManager.cs b/MediaBrowser.Controller/Library/IUserManager.cs
index 6163c0ce6..eea2e3a71 100644
--- a/MediaBrowser.Controller/Library/IUserManager.cs
+++ b/MediaBrowser.Controller/Library/IUserManager.cs
@@ -52,7 +52,7 @@ namespace MediaBrowser.Controller.Library
/// Gets a User by Id.
/// </summary>
/// <param name="id">The id.</param>
- /// <returns>The user with the specified Id, or <c>null</c> id the user doesn't exist.</returns>
+ /// <returns>The user with the specified Id, or <c>null</c> if the user doesn't exist.</returns>
/// <exception cref="ArgumentException"><c>id</c> is an empty Guid.</exception>
User GetUserById(Guid id);