Ver código fonte

Update MediaBrowser.Controller/Library/IUserManager.cs

Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
Bond-009 5 anos atrás
pai
commit
2b1e766c17
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      MediaBrowser.Controller/Library/IUserManager.cs

+ 1 - 1
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);