Skip to content
Snippets Groups Projects
Verified Commit 5afb14d1 authored by jan.hamal.dvorak's avatar jan.hamal.dvorak
Browse files

Minor doc touchups

parent 20887899
No related branches found
No related tags found
No related merge requests found
......@@ -354,7 +354,7 @@ where
-- |
-- Obtain the Content-Type header value or the default value of
-- @\"application/octet-stream\"@ (true, but meaningless).
-- @\"application/octet-stream\"@ (always true, but meaningless).
--
getContentType :: (MonadAction m) => m Media
getContentType = do
......
......@@ -12,11 +12,11 @@ This module provides means to read configuration from environment and files.
Example:
@
base <- 'configDefault'
file <- 'configFromFile' \"site.env\"
env <- 'configFromEnv'
base <- 'configDefault'
file <- 'configFromFile' \"site.env\"
env <- 'configFromEnv'
let cfg = env <> file <> base
let cfg = env <> file <> base
@
-}
......
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