Fix indentation in documentation

This commit is contained in:
Taylor Fausak 2021-07-13 10:46:42 -04:00
parent bf8b58742b
commit 8c3ad74485

View File

@ -161,8 +161,8 @@ module Witch
-- - Conversions should be lossless. If you have @From a b@ then no two @a@
-- values should be converted to the same @b@ value.
--
-- - Some conversions necessarily lose information, like converting from a
-- list into a set.
-- - Some conversions necessarily lose information, like converting from
-- a list into a set.
--
-- - If you have both @From a b@ and @From b a@, then
-- @from \@b \@a . from \@a \@b@ should be the same as 'id'. In other