From 3b53b3dfca421bac9564a21a261e63723b460663 Mon Sep 17 00:00:00 2001 From: davhojt Date: Mon, 20 Jun 2022 23:28:33 +0100 Subject: [PATCH] docs(events): make small changes to @Zewasik #1225 --- subjects/events/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/events/README.md b/subjects/events/README.md index e45521a1..1f8bba49 100644 --- a/subjects/events/README.md +++ b/subjects/events/README.md @@ -11,7 +11,7 @@ Create a method named `notify` which returns a `Notification` with the following - `size`: `50` - `color`: `(50, 50, 50)` - `position`: `Bottom` - - `content`: `text associated to the value` + - `content`: the `text` associated to the enum variant - `Registration(chrono::Duration)`: - `size`: `30` - `color`: `(255, 2, 22)`