Skip to content

Commit fb1edbd

Browse files
authored
Added missing closing bracket on Complex parameter value binding summary
1 parent eae1ded commit fb1edbd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,7 @@ If the parameter value is not a discrete value, it will try to find a best match
328328
// `type` (or $type) is optional, must be specified for abstract declared parameter types
329329
"type": "Serilog.Templates.ExpressionTemplate, Serilog.Expressions",
330330
"template": "[{@t:HH:mm:ss} {@l:u3} {Coalesce(SourceContext, '<none>')}] {@m}\n{@x}"
331+
}
331332
}
332333
}
333334
```

0 commit comments

Comments
 (0)