diff options
author | Ryan Scott <ryan.gl.scott@gmail.com> | 2016-07-18 09:14:36 -0400 |
---|---|---|
committer | Ryan Scott <ryan.gl.scott@gmail.com> | 2016-07-18 09:14:36 -0400 |
commit | d213ab3fa0cc2a39d9f74df11c8a3451ac34411c (patch) | |
tree | 2aa55498f07af24806e8c23c2037ac66a18a91a5 /libraries | |
parent | 5df92f6776b31b375a80865e7db1f330d929c18f (diff) | |
download | haskell-d213ab3fa0cc2a39d9f74df11c8a3451ac34411c.tar.gz |
Fix misspellings of the word "instance" in comments
[ci skip]
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/base/GHC/Base.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/GHC/Base.hs b/libraries/base/GHC/Base.hs index 9e4467be5e..03e9648ac9 100644 --- a/libraries/base/GHC/Base.hs +++ b/libraries/base/GHC/Base.hs @@ -50,7 +50,7 @@ GHC.Num Class: Num, plus instances for Int GHC.Real Classes: Real, Integral, Fractional, RealFrac plus instances for Int, Integer Types: Ratio, Rational - plus intances for classes so far + plus instances for classes so far Rational is needed here because it is mentioned in the signature of 'toRational' in class Real |