summaryrefslogtreecommitdiff
path: root/src/Data/Dependent/EnumMap/Strict/Unsafe.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Data/Dependent/EnumMap/Strict/Unsafe.hs')
-rw-r--r--src/Data/Dependent/EnumMap/Strict/Unsafe.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Data/Dependent/EnumMap/Strict/Unsafe.hs b/src/Data/Dependent/EnumMap/Strict/Unsafe.hs
index 4d4a9eb..aaa7790 100644
--- a/src/Data/Dependent/EnumMap/Strict/Unsafe.hs
+++ b/src/Data/Dependent/EnumMap/Strict/Unsafe.hs
@@ -4,7 +4,7 @@ not type-check keys: they do not check that you don't create two keys with the
same 'Int' and different types. As a result, these functions do not have a
'Data.Type.Equality.TestEquality' constraint, and are faster.
-Be aware though, because one can easily create @unsafeCoerce@ with this API:
+Be careful though, because one can easily create @unsafeCoerce@ with this API:
@
{-# LANGUAGE ScopedTypeVariables TypeFamilies #-}