Fixed typos in documentation

This commit is contained in:
Reto Hablützel 2014-02-21 10:50:54 +01:00
parent 362c51ab91
commit 53a09a45a3

View file

@ -5,11 +5,11 @@
-- Stability : experimental
-- Portability : unknown
--
-- Backend represent a unified way to do IO on differents
-- types without burdening our calling API with multiples
-- way to initialize a new context.
-- A Backend represents a unified way to do IO on different
-- types without burdening our calling API with multiple
-- ways to initialize a new context.
--
-- Typically any backend much implement:
-- Typically, a backend provides:
-- * a way to read data
-- * a way to write data
-- * a way to close the stream