mirror of
https://github.com/twitter/the-algorithm.git
synced 2025-01-02 23:51:53 +01:00
fix: fix typo from replyed to replied
This commit is contained in:
parent
138bb51997
commit
03fd4fa4e0
@ -15,7 +15,7 @@ enum EdgeType {
|
||||
RETWEET,
|
||||
RETWEETED_BY,
|
||||
REPLY,
|
||||
REPLYED_BY,
|
||||
REPLIED_BY,
|
||||
MENTION,
|
||||
MENTIONED_BY,
|
||||
MUTUAL_FOLLOW,
|
||||
|
@ -11,7 +11,7 @@ enum EdgeType {
|
||||
RETWEET,
|
||||
RETWEETED_BY,
|
||||
REPLY,
|
||||
REPLYED_BY,
|
||||
REPLIED_BY,
|
||||
MENTION,
|
||||
MENTIONED_BY,
|
||||
MUTUAL_FOLLOW,
|
||||
|
Loading…
Reference in New Issue
Block a user