We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db3bac4 commit 4ee76efCopy full SHA for 4ee76ef
dotnet/src/webdriver/Firefox/Internal/IniFileReader.cs
@@ -101,7 +101,7 @@ public IniFileReader(string fileName)
101
/// <exception cref="ArgumentNullException">
102
/// <para>If <paramref name="sectionName"/> is <see langword="null"/> or <see cref="string.Empty"/>.</para>
103
/// <para>-or-</para>
104
- /// <para>If <paramref name="sectionName"/> is <see langword="null"/> or <see cref="string.Empty"/>.</para>
+ /// <para>If <paramref name="valueName"/> is <see langword="null"/> or <see cref="string.Empty"/>.</para>
105
/// </exception>
106
/// <exception cref="ArgumentException">
107
/// <para>If no section named <paramref name="sectionName"/> exists.</para>
0 commit comments