Skip to content

Commit 89bf5db

Browse files
committed
Fix typo in 'lower' doc comment. #148
1 parent 667a1bb commit 89bf5db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Language/CQL/Common.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ intercalate sep xs = snd (foldl go (True, mempty) xs)
133133
mapl :: Foldable f => (a -> b) -> f a -> [b]
134134
mapl fn = fmap fn . Foldable.toList
135135

136-
-- | Converts a String to lowercase, like DataList.Extra.lower.
136+
-- | Converts a String to lowercase, like Data.List.Extra.lower.
137137
lower :: String -> String
138138
lower = fmap toLower
139139

0 commit comments

Comments
 (0)