From dffd7099fde6893cb55a693e7ed64f5a725dce3b Mon Sep 17 00:00:00 2001 From: "Jabir S. Minjibir" Date: Wed, 27 Jan 2021 11:24:15 +0100 Subject: [PATCH] Update event-bus.md (#29979) --- akka-docs/src/main/paradox/event-bus.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/akka-docs/src/main/paradox/event-bus.md b/akka-docs/src/main/paradox/event-bus.md index 2ad44cc60d..c22018ce0b 100644 --- a/akka-docs/src/main/paradox/event-bus.md +++ b/akka-docs/src/main/paradox/event-bus.md @@ -43,7 +43,7 @@ The simplest classification is just to extract an arbitrary classifier from each event and maintaining a set of subscribers for each possible classifier. This can be compared to tuning in on a radio station. The trait `LookupClassification` is still generic in that it abstracts over how to -compare subscribers and how exactly to classify. +compare subscribers and how exactly to classify them. The necessary methods to be implemented are illustrated with the following example: