From 3a00263248e6176e06f03b7390fade48a9adb373 Mon Sep 17 00:00:00 2001 From: Pi Delport Date: Mon, 29 Aug 2022 09:58:51 +0200 Subject: Fix typo in Any docs: syntatic -> syntactic --- libraries/ghc-prim/GHC/Types.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/ghc-prim/GHC/Types.hs b/libraries/ghc-prim/GHC/Types.hs index 099c48b7bd..7c85905229 100644 --- a/libraries/ghc-prim/GHC/Types.hs +++ b/libraries/ghc-prim/GHC/Types.hs @@ -165,7 +165,7 @@ type family Any :: k where { } -- ==== __Examples__ -- -- Unless the OverloadedLists extension is enabled, list literals are --- syntatic sugar for repeated applications of @:@ and @[]@. +-- syntactic sugar for repeated applications of @:@ and @[]@. -- -- >>> 1:2:3:4:[] == [1,2,3,4] -- True -- cgit v1.2.1