From fee27b6c8cf5432b0447909410a473f4f62f85f2 Mon Sep 17 00:00:00 2001 From: Robin Bryce Date: Wed, 24 Jan 2024 09:54:53 +0100 Subject: [PATCH] review: typo --- simplehash/schemav3.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simplehash/schemav3.go b/simplehash/schemav3.go index d836ed1..0f71f21 100644 --- a/simplehash/schemav3.go +++ b/simplehash/schemav3.go @@ -10,7 +10,7 @@ import ( "github.com/zeebo/bencode" ) -// V3Event is a struct that contains ONLY the event fields we want to hash for schema v2 +// V3Event is a struct that contains ONLY the event fields we want to hash for schema v3 type V3Event struct { Identity string `json:"identity"` EventAttributes map[string]any `json:"event_attributes"`