From 07f10aaf5e4e226f3466864e7f271f20870b20cb Mon Sep 17 00:00:00 2001 From: Ruben Moor Date: Wed, 20 Apr 2016 16:07:02 +0200 Subject: [PATCH] typos --- doc/examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/examples.md b/doc/examples.md index 974dffe4..b861ddc1 100644 --- a/doc/examples.md +++ b/doc/examples.md @@ -15,5 +15,5 @@ - **[custom-monad](https://github.com/themoritz/diener)**: A custom monad that can replace `IO` in servant applications. It adds among - other things logging functionality and a reader (for database conncetions). + other things logging functionality and a reader monad (for database connections). A full usage example of servant/diener is also provided.