diff options
| author | Arman The Parman <77603167+ArmanTheParman@users.noreply.github.com> | 2024-06-15 19:34:47 +1000 |
|---|---|---|
| committer | fiatjaf_ <fiatjaf@gmail.com> | 2024-06-15 07:07:24 -0300 |
| commit | 2a8597b32dccd9b57f4a698b479e808a0625f69e (patch) | |
| tree | d5297e0f5faedd68433ab643f2955f6315479e40 | |
| parent | ac4141ae78a2f7eb31a58be4dbbad7da98fe0b73 (diff) | |
Update 01.md
Small grammatical change for easier reading
| -rw-r--r-- | 01.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -43,7 +43,7 @@ To obtain the `event.id`, we `sha256` the serialized event. The serialization is | |||
| 43 | ``` | 43 | ``` |
| 44 | 44 | ||
| 45 | To prevent implementation differences from creating a different event ID for the same event, the following rules MUST be followed while serializing: | 45 | To prevent implementation differences from creating a different event ID for the same event, the following rules MUST be followed while serializing: |
| 46 | - No whitespace, line breaks or other unnecessary formatting should be included in the output JSON. | 46 | - Whitespace, line breaks or other unnecessary formatting should not be included in the output JSON. |
| 47 | - No characters except the following should be escaped, and instead should be included verbatim: | 47 | - No characters except the following should be escaped, and instead should be included verbatim: |
| 48 | - A line break, `0x0A`, as `\n` | 48 | - A line break, `0x0A`, as `\n` |
| 49 | - A double quote, `0x22`, as `\"` | 49 | - A double quote, `0x22`, as `\"` |