server: polish the use of Map
[haskell/symantic-http.git] / symantic-http / Symantic / HTTP / API.hs
index 3e1577ae168421ff46b68350f8f618d2d506b4c3..44b5fa4fc431b4e7426c33b6e393d29ae692dcf8 100644 (file)
@@ -271,7 +271,7 @@ class HTTP_Query repr where
 type QueryName  = BS.ByteString
 type QueryValue = BS.ByteString
 
--- | Like 'capture'' but with the type variable @(a)@ first instead or @(repr)@
+-- | Like 'queryParams'' but with the type variable @(a)@ first instead or @(repr)@
 -- so it can be passed using 'TypeApplications' without adding a |\@_| for @(repr)@.
 queryParams ::
  forall a k repr.