Skip to content

Commit 9341092

Browse files
yudomsftmairaw
authored andcommitted
Fix typo (#3311)
1 parent 21c1f6d commit 9341092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Diagnostics.Tracing/EventAttribute.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@
369369
You can use standard .NET Framework substitution operators (for example, {1}) in the string). They will be replaced with the string representation of the corresponding part of the event payload.
370370
371371
```csharp
372-
[Event(1, Message = "Application Falure: {0}", Level = EventLevel.Error, Keywords = Keywords.Diagnostic)]
372+
[Event(1, Message = "Application Failure: {0}", Level = EventLevel.Error, Keywords = Keywords.Diagnostic)]
373373
        public void Failure(string message) { WriteEvent(1, message); }
374374
375375
```

0 commit comments

Comments
 (0)