Skip to content

Commit a5877f1

Browse files
authored
Fix mismatched quotation mark (dotnet#31313)
1 parent 174ee14 commit a5877f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/diagnostics/eventsource-instrumentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ which the EventSource provides events. It's not recommended to include "EventSou
7373
3. Assign Event IDs explicitly, this way seemingly benign changes to the code in the source class such as rearranging it or
7474
adding a method in the middle won't change the event ID associated with each method.
7575
4. When authoring events that represent the start and end of a unit of work, by convention these methods are named with
76-
suffixes 'Start' and 'Stop'. For example, "RequestStart' and 'RequestStop'.
76+
suffixes 'Start' and 'Stop'. For example, 'RequestStart' and 'RequestStop'.
7777
5. Do not specify an explicit value for EventSourceAttribute’s Guid property, unless you need it for backwards compatibility reasons.
7878
The default Guid value is derived from the source’s name, which allows tools to accept the more human-readable name and derive
7979
the same Guid.

0 commit comments

Comments
 (0)