diff options
author | Gabor Greif <ggreif@gmail.com> | 2018-06-20 16:00:50 +0200 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2018-06-20 16:24:21 +0200 |
commit | e839ee2f91f9bcd390ead98e830b9e1d7d7b9240 (patch) | |
tree | be9049502d8b53cd295d5f503185190ffd680ef9 /docs | |
parent | 7363ba4561d4c224efd73542e1e3f7fd524e6d6d (diff) | |
download | haskell-e839ee2f91f9bcd390ead98e830b9e1d7d7b9240.tar.gz |
A few more typofixes in docs/comments [ci skip]
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/glasgow_exts.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/glasgow_exts.rst b/docs/users_guide/glasgow_exts.rst index 1b19b4cda8..4a860acfb1 100644 --- a/docs/users_guide/glasgow_exts.rst +++ b/docs/users_guide/glasgow_exts.rst @@ -540,7 +540,7 @@ corresponds closely to the underlying bit-encoding of the number. In this notation floating point numbers are written using hexadecimal digits, and so the digits are interpreted using base 16, rather then the usual 10. This means that digits left of the decimal point correspond to positive -powers of 16, while the ones to the right correspond to negaitve ones. +powers of 16, while the ones to the right correspond to negative ones. You may also write an explicit exponent, which is similar to the exponent in decimal notation with the following differences: |