Skip to content

Commit a96ffdf

Browse files
committed
Capitalize first letter of sentance
1 parent 230c2f5 commit a96ffdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Reflex/Query/Class.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,6 @@ queryDyn q = do
145145
tellQueryDyn q
146146
zipDynWith crop q <$> askQueryResult
147147

148-
-- | use a query morphism to operate on a smaller version of a query.
148+
-- | Use a query morphism to operate on a smaller version of a query.
149149
subQuery :: (Reflex t, MonadQuery t q2 m, Monad m) => QueryMorphism q1 q2 -> Dynamic t q1 -> m (Dynamic t (QueryResult q1))
150150
subQuery (QueryMorphism f g) x = fmap g <$> queryDyn (fmap f x)

0 commit comments

Comments
 (0)