diff --git a/src/Reflex/Patch/Patchable.hs b/src/Reflex/Patch/Patchable.hs index 2c529abe..e699b0e8 100644 --- a/src/Reflex/Patch/Patchable.hs +++ b/src/Reflex/Patch/Patchable.hs @@ -4,7 +4,7 @@ {-# LANGUAGE StandaloneDeriving #-} {-# LANGUAGE TypeFamilies #-} --- The derived instances are undecidable in the case of a pathlogical instance like +-- The derived instances are undecidable in the case of a pathological instance like -- instance Patch x where -- type PatchTarget x = Patchable x {-# LANGUAGE UndecidableInstances #-}