From 29c911a94d1f9fbf705d00c3bba8ab841a8d5613 Mon Sep 17 00:00:00 2001 From: Ebuka Ifezue Date: Sat, 1 Apr 2023 00:36:16 +0100 Subject: [PATCH] Fix typo on comment --- .../com/twitter/graph/batch/job/tweepcred/Reputation.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scala/com/twitter/graph/batch/job/tweepcred/Reputation.scala b/src/scala/com/twitter/graph/batch/job/tweepcred/Reputation.scala index 6c81805fd..60189cdab 100644 --- a/src/scala/com/twitter/graph/batch/job/tweepcred/Reputation.scala +++ b/src/scala/com/twitter/graph/batch/job/tweepcred/Reputation.scala @@ -24,7 +24,7 @@ object Reputation { } } - // these constants are take from repo reputations, config/production.conf + // these constants are taken from repo reputations, config/production.conf private val threshAbsNumFriendsReps = 2500 private val constantDivisionFactorGt_threshFriendsToFollowersRatioReps = 3.0 private val threshFriendsToFollowersRatioUMass = 0.6