diff --git a/docs/developing-hardware/language.rst b/docs/developing-hardware/language.rst index 7094ba8973..b025c553de 100644 --- a/docs/developing-hardware/language.rst +++ b/docs/developing-hardware/language.rst @@ -11,7 +11,7 @@ with Haskell, there are many resources to learn the language, such as - `Real World Haskell `_ - `The Haskell Wikibook `_ -Clash does make some use of more advances features of GHC Haskell, which are +Clash does make some use of more advanced features of GHC Haskell, which are exposed by GHC as language extensions. The extensions used by Clash are - `BinaryLiterals `_