We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1e5bea commit 3066d91Copy full SHA for 3066d91
README.md
@@ -285,5 +285,5 @@ User-defined functions are supplied through an instance of `NameResolver`:
285
```csharp
286
var myFunctions = new StaticMemberNameResolver(typeof(MyFunctions));
287
var expr = SerilogExpression.Compile("IsHello(User.Name)", new[] { myFunctions });
288
-// Filter events based on whether `User.Name` is `'Foo'` :-)
+// Filter events based on whether `User.Name` is `'Hello'` :-)
289
```
0 commit comments