Skip to content

Commit db3bac4

Browse files
Add period to XML
1 parent 91ced6e commit db3bac4

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
@@ -104,7 +104,7 @@ public IniFileReader(string fileName)
104104
/// <para>If <paramref name="sectionName"/> is <see langword="null"/> or <see cref="string.Empty"/>.</para>
105105
/// </exception>
106106
/// <exception cref="ArgumentException">
107-
/// <para>If no section named <paramref name="sectionName"/> exists</para>
107+
/// <para>If no section named <paramref name="sectionName"/> exists.</para>
108108
/// <para>-or-</para>
109109
///<para>If the section does not contain a value named <paramref name="valueName"/>.</para>
110110
/// </exception>

0 commit comments

Comments
 (0)