Skip to content
Snippets Groups Projects
Commit c4ef235b authored by Iustin Pop's avatar Iustin Pop
Browse files

Fix two haddoc/happy docstring issues

parent d1f5d461
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,7 @@ type Weight = Double
data DynUtil = DynUtil
{ cpuWeight :: Weight -- ^ Standardised CPU usage
, memWeight :: Weight -- ^ Standardised memory load
, dskWeight :: Weight -- ^ Standardised disk I/O usage
, dskWeight :: Weight -- ^ Standardised disk I\/O usage
, netWeight :: Weight -- ^ Standardised network usage
} deriving (Show)
......
......@@ -31,7 +31,7 @@ import Text.JSON (readJSON, showJSON, JSON)
import qualified Text.JSON as J
-- | The JobStatus data type. Note that this is ordered especially
-- such that greater/lesser comparison on values of this type makes
-- such that greater\/lesser comparison on values of this type makes
-- sense.
data JobStatus = JobQueued
| JobWaitLock
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment