Skip to content

Commit 1cf103b

Browse files
authored
Fix grammatical error
Fix a one line grammatical error in the docs.
1 parent 2b9e9bc commit 1cf103b

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)