Skip to content

Commit 3066d91

Browse files
committed
Tiny README typo
1 parent c1e5bea commit 3066d91

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
@@ -285,5 +285,5 @@ User-defined functions are supplied through an instance of `NameResolver`:
285285
```csharp
286286
var myFunctions = new StaticMemberNameResolver(typeof(MyFunctions));
287287
var expr = SerilogExpression.Compile("IsHello(User.Name)", new[] { myFunctions });
288-
// Filter events based on whether `User.Name` is `'Foo'` :-)
288+
// Filter events based on whether `User.Name` is `'Hello'` :-)
289289
```

0 commit comments

Comments
 (0)