From 0dc685f436c97185b2d9937501b09742f720d715 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 28 Oct 2022 18:22:54 +0300 Subject: [PATCH] docs... Signed-off-by: Alex A. Naanou --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e1c12d3..8f79699 100644 --- a/README.md +++ b/README.md @@ -2949,8 +2949,9 @@ via .trigger(name, ...), calling this is a no-op. ### `event.TRIGGER` -Special value when passed to an event method as first argument will force it -to trigger event if the first argument was a function. +Special value (``) that when passed to an event method as +first argument will force it to trigger event if the first argument was +a function.