Browse Source

Fix typo (#4071)

pull/4080/head
Albert 5 years ago
committed by Marko
parent
commit
f323c80cb3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/spec/abci/abci.md

+ 1
- 1
docs/spec/abci/abci.md View File

@ -54,7 +54,7 @@ Each event has a `type` which is meant to categorize the event for a particular
`Response*` or tx. A `Response*` or tx may contain multiple events with duplicate
`type` values, where each distinct entry is meant to categorize attributes for a
particular event. Every key and value in an event's attributes must be UTF-8
encoded strings along with the even type itself.
encoded strings along with the event type itself.
Example:


Loading…
Cancel
Save