mirror of
https://github.com/tfausak/witch.git
synced 2024-11-22 14:58:13 +03:00
Fix indentation in documentation
This commit is contained in:
parent
bf8b58742b
commit
8c3ad74485
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user