Skip to content

Commit 1b5ec71

Browse files
committed
Fix docs for new behavior
1 parent 639e8ca commit 1b5ec71

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dotnet/src/webdriver/ICookieJar.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ public interface ICookieJar
4343
/// Gets a cookie with the specified name.
4444
/// </summary>
4545
/// <param name="name">The name of the cookie to retrieve.</param>
46-
/// <returns>The <see cref="Cookie"/> containing the name. Returns <see langword="null"/>
47-
/// if no cookie with the specified name is found.</returns>
46+
/// <returns>The <see cref="Cookie"/> containing the name.</returns>
4847
/// <exception cref="ArgumentNullException">If <paramref name="name"/> is <see langword="null"/>.</exception>
4948
/// <exception cref="NoSuchCookieException">If <paramref name="name"/> is not found.</exception>
5049
Cookie GetCookieNamed(string name);

0 commit comments

Comments
 (0)