Skip to content

Commit 1471d91

Browse files
authored
Fix README typo [skip ci]
1 parent 0b7db17 commit 1471d91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ public class FirstDestructuringPolicy : IDestructuringPolicy
372372
Assuming Serilog needs to destructure an argument of type **MyDto** when handling a log event:
373373

374374
```csharp
375-
logger.LogInformation("About to process input: {@MyDto} ...", myDto);
375+
logger.Information("About to process input: {@MyDto} ...", myDto);
376376
```
377377

378378
it will apply **FirstDestructuringPolicy** which will convert **MyDto** instance to a **StructureValue** instance; a Serilog console sink would write the following entry:

0 commit comments

Comments
 (0)