Typo fix
authorMatt McCutchen <matt@mattmccutchen.net>
Sat, 27 Aug 2011 15:10:30 +0000 (11:10 -0400)
committerMatt McCutchen <matt@mattmccutchen.net>
Sat, 27 Aug 2011 15:10:30 +0000 (11:10 -0400)
program/PMInstance.hs

index 1cc8caa..c3158bf 100644 (file)
@@ -17,7 +17,7 @@ data PMInstance = PMInstance {
        pmiRPPref :: UArray (Int, Int) Wt, -- preference: -100 (COI), -99 to 100
        pmiRPExp :: UArray (Int, Int) Wt, -- expertise: 0 to 3
        -- New 2011-07-19
-       -- Should we "jam" all three values that are functions of (i, j)/
+       -- Should we "jam" all three values that are functions of (i, j)?
        pmiRPFix :: UArray (Int, Int) Bool,
        pmiPNumReviews :: UArray Int Int
 }