Skip to content

Commit f437c8e

Browse files
authored
Merge pull request dotnet#8832 from josephdiniso/patch-1
Fix grammatical error
2 parents 2b9e9bc + 1cf103b commit f437c8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/Microsoft.Extensions.Logging/ILogger.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
<typeparam name="TState">The type of the object to be written.</typeparam>
138138
<param name="logLevel">Entry will be written on this level.</param>
139139
<param name="eventId">Id of the event.</param>
140-
<param name="state">The entry to be written. Can be also an object.</param>
140+
<param name="state">The entry to be written. Can also be an object.</param>
141141
<param name="exception">The exception related to this entry.</param>
142142
<param name="formatter">Function to create a <see cref="T:System.String" /> message of the <paramref name="state" /> and <paramref name="exception" />.</param>
143143
<summary>Writes a log entry.</summary>

0 commit comments

Comments
 (0)