aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--challenge-074/jeongoon/haskell/ch-1.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-074/jeongoon/haskell/ch-1.hs b/challenge-074/jeongoon/haskell/ch-1.hs
index b5b37059bd..34b45fd2d4 100644
--- a/challenge-074/jeongoon/haskell/ch-1.hs
+++ b/challenge-074/jeongoon/haskell/ch-1.hs
@@ -70,7 +70,7 @@ main = do
solution = getMajor (snd ex)
in do
-- XXX: even though I didn't intend to make majority number
- -- randon list could contain a majority number.
+ -- random list still could contain a majority number
putStr $ "Input: " ++
(if majorInfoExist then "Major = " ++ show majorNum
else "*Maybe* No Major" ) ++ ": "