Skip to content

Commit 9ef5f24

Browse files
committed
grrr
1 parent 727251c commit 9ef5f24

File tree

1 file changed

+1
-1
lines changed
  • docs/document/Csharp Design Patterns/docs/Behavioural

1 file changed

+1
-1
lines changed

docs/document/Csharp Design Patterns/docs/Behavioural/Observer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
> Observer is the object to be informed when event occurs, informed by passing event args.
2020
> Observable is the object passes the event args when performing something.
2121
22-
## By Event
22+
## Builtin Event
2323

2424
C# has builtin event support. Use `+=` to subscribe a method.
2525

0 commit comments

Comments
 (0)