diff options
| author | AsaiToshiya <to.asai.60@gmail.com> | 2026-01-26 22:25:04 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-26 22:25:04 +0900 |
| commit | d33bcbac7c05bdd529afa6aa86f703bd87f52859 (patch) | |
| tree | 4cdcbf785578372374d72bbc4f9fda9f1c162667 | |
| parent | b58a6048b12e6cbbb64250664a9e78ee85579ff0 (diff) | |
fix typos.
| -rw-r--r-- | 85.md | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -42,9 +42,9 @@ The following result types have been declared: | |||
| 42 | | Result type | Tag name | Tag value format | | 42 | | Result type | Tag name | Tag value format | |
| 43 | | ----------------------- | ---------------------- | ----------------- | | 43 | | ----------------------- | ---------------------- | ----------------- | |
| 44 | | Follower Count | `followers` | int | | 44 | | Follower Count | `followers` | int | |
| 45 | | User Rank | `rank` | int, norm 0-100) | | 45 | | User Rank | `rank` | int, norm 0-100 | |
| 46 | | First Post Time | `first_created_at` | unix timestamp | | 46 | | First Post Time | `first_created_at` | unix timestamp | |
| 47 | | Post Count | `post_cnt` | int, | | 47 | | Post Count | `post_cnt` | int | |
| 48 | | Reply Count | `reply_cnt` | int | | 48 | | Reply Count | `reply_cnt` | int | |
| 49 | | Reactions Count | `reactions_cnt` | int | | 49 | | Reactions Count | `reactions_cnt` | int | |
| 50 | | Zap Amount Received | `zap_amt_recd` | int, sats | | 50 | | Zap Amount Received | `zap_amt_recd` | int, sats | |