Skip to content

Commit

Permalink
review: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Bryce committed Jan 24, 2024
1 parent e40de45 commit fee27b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simplehash/schemav3.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down

0 comments on commit fee27b6

Please sign in to comment.