Skip to content

Commit 4ee76ef

Browse files
Fix XMLDoc
1 parent db3bac4 commit 4ee76ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/src/webdriver/Firefox/Internal/IniFileReader.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public IniFileReader(string fileName)
101101
/// <exception cref="ArgumentNullException">
102102
/// <para>If <paramref name="sectionName"/> is <see langword="null"/> or <see cref="string.Empty"/>.</para>
103103
/// <para>-or-</para>
104-
/// <para>If <paramref name="sectionName"/> is <see langword="null"/> or <see cref="string.Empty"/>.</para>
104+
/// <para>If <paramref name="valueName"/> is <see langword="null"/> or <see cref="string.Empty"/>.</para>
105105
/// </exception>
106106
/// <exception cref="ArgumentException">
107107
/// <para>If no section named <paramref name="sectionName"/> exists.</para>

0 commit comments

Comments
 (0)