From a11602d066667629908ffdef5e103f1567fde6c1 Mon Sep 17 00:00:00 2001 From: Richard Moore Date: Sat, 10 Apr 2021 19:56:40 -0400 Subject: [PATCH] docs: fixed typo (#1450). --- docs.wrm/concepts/events.wrm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.wrm/concepts/events.wrm b/docs.wrm/concepts/events.wrm index 82698605c..15dc6e07b 100644 --- a/docs.wrm/concepts/events.wrm +++ b/docs.wrm/concepts/events.wrm @@ -164,7 +164,7 @@ _subsection: Solidity Topics @ This is a quick (and non-comprehensive) overview of how events are computed in Solidity. -This is likely out of the scope for most developers, but may be intersting +This is likely out of the scope for most developers, but may be interesting to those who want to learn a bit more about the underlying technology. Solidity provides two types of events, anonymous and non-anonymous. The