diff --git a/src/PaymentServer/Ristretto.hs b/src/PaymentServer/Ristretto.hs
index 65a4a73475b64fd9997c3ff55e8c318294139477..77f07359b7c9fbabab439a4a3194569c019cbce9 100644
--- a/src/PaymentServer/Ristretto.hs
+++ b/src/PaymentServer/Ristretto.hs
@@ -63,10 +63,10 @@ foreign import ccall "batch_dleq_proof_destroy" batch_dleq_proof_destroy :: Ptr
 
 -- | Private type to represent the return value of ristretto.
 type Issuance =
-  ( Text         -- |^ The base64-encoded public key corresponding to the
+  ( Text         -- ^ The base64-encoded public key corresponding to the
                  -- signing key which generated the signatures.
-  , [Text]       -- |^ A list of base64-encoded token signatures.
-  , Text         -- |^ The base64-encoded batch DLEQ proof that the signatures
+  , [Text]       -- ^ A list of base64-encoded token signatures.
+  , Text         -- ^ The base64-encoded batch DLEQ proof that the signatures
                  -- were made with the signing key corresponding to the public
                  -- key.
   )