diff options
| author | xiaolou86 <20718693+xiaolou86@users.noreply.github.com> | 2023-12-04 16:07:45 +0800 |
|---|---|---|
| committer | xiaolou86 <20718693+xiaolou86@users.noreply.github.com> | 2023-12-04 16:08:36 +0800 |
| commit | 625dad7c1a363c38ed5a198b40888dfbc36e3b76 (patch) | |
| tree | b75bc6cd5581b8ae5e3890cbea6920d8074e45a6 /10.md | |
| parent | 149ead16791b7c38fa73e55e82613c3b99a2a8eb (diff) | |
fix typo in 10.md
Diffstat (limited to '10.md')
| -rw-r--r-- | 10.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -33,7 +33,7 @@ Where: | |||
| 33 | 33 | ||
| 34 | * Many "e" tags: `["e", <root-id>]` `["e", <mention-id>]`, ..., `["e", <reply-id>]`<br> | 34 | * Many "e" tags: `["e", <root-id>]` `["e", <mention-id>]`, ..., `["e", <reply-id>]`<br> |
| 35 | There may be any number of `<mention-ids>`. These are the ids of events which may, or may not be in the reply chain. | 35 | There may be any number of `<mention-ids>`. These are the ids of events which may, or may not be in the reply chain. |
| 36 | They are citings from this event. `root-id` and `reply-id` are as above. | 36 | They are citing from this event. `root-id` and `reply-id` are as above. |
| 37 | 37 | ||
| 38 | >This scheme is deprecated because it creates ambiguities that are difficult, or impossible to resolve when an event references another but is not a reply. | 38 | >This scheme is deprecated because it creates ambiguities that are difficult, or impossible to resolve when an event references another but is not a reply. |
| 39 | 39 | ||