]> gitweb.michael.orlitzky.com - dead/htsn-common.git/blobdiff - src/Network/Services/TSN/Report.hs
Add a little more documentation.
[dead/htsn-common.git] / src / Network / Services / TSN / Report.hs
index 2423352776481c5503a918481ccd77d0fd4d40d6..2826608cfccef527ef0aade6063ab39d7f91f452 100644 (file)
@@ -1,4 +1,4 @@
--- | Convenience functions for reporting (display and/or logging)
+-- | Convenience functions for reporting (displaying and/or logging)
 --   status messages.
 --
 module Network.Services.TSN.Report (
@@ -30,7 +30,7 @@ report_debug s = do
 
 
 -- | Display and log an error condition. This will prefix the error
---   with "ERROR: " when displaying (but not logging) it so that it
+--   with \"ERROR: \" when displaying (but not logging) it so that it
 --   stands out.
 --
 report_error :: String -> IO ()
@@ -48,7 +48,7 @@ report_info s = do
 
 
 -- | Display and log a warning. This will prefix the warning with
---   "WARNING: " when displaying (but not logging) it so that it
+--   \"WARNING: \" when displaying (but not logging) it so that it
 --   stands out.
 --
 report_warning :: String -> IO ()