Skip to content

Commit

Permalink
Fix erroneous count in docs
Browse files Browse the repository at this point in the history
Fixes #34.
  • Loading branch information
tibbe committed May 8, 2015
1 parent 19f1a1c commit f11d931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion System/Remote/Monitoring.hs
Expand Up @@ -211,7 +211,7 @@ forkServer host port = do
-- either a numeric network address (dotted quad for IPv4,
-- colon-separated hex for IPv6) or a hostname (e.g. \"localhost\".)
-- The client can control the Content-Type used in responses by
-- setting the Accept header. At the moment three content types are
-- setting the Accept header. At the moment two content types are
-- available: \"application\/json\" and \"text\/html\".
--
-- Registers the following counter, used by the UI:
Expand Down

0 comments on commit f11d931

Please sign in to comment.