diff options
author | Chris Martin <ch.martin@gmail.com> | 2017-08-19 18:33:11 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-08-22 11:09:05 -0400 |
commit | 090d8960b0fc9c50edc547a334a63d783224933f (patch) | |
tree | e50834dbca17756c5c79e2971b6a32ecc5b86016 /ghc | |
parent | 20c7053d4b430308767d1243854d12163e08c4e8 (diff) | |
download | haskell-090d8960b0fc9c50edc547a334a63d783224933f.tar.gz |
fix typo (expreesions -> expressions)
Diffstat (limited to 'ghc')
-rw-r--r-- | ghc/GHCi/UI/Info.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/GHCi/UI/Info.hs b/ghc/GHCi/UI/Info.hs index a114ebff29..c0cb2d1b51 100644 --- a/ghc/GHCi/UI/Info.hs +++ b/ghc/GHCi/UI/Info.hs @@ -3,7 +3,7 @@ {-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE ScopedTypeVariables #-} --- | Get information on modules, expreesions, and identifiers +-- | Get information on modules, expressions, and identifiers module GHCi.UI.Info ( ModInfo(..) , SpanInfo(..) |