summaryrefslogtreecommitdiff
path: root/docs/users_guide/bugs.rst
diff options
context:
space:
mode:
authorP.C. Shyamshankar <shyam@galois.com>2019-04-27 12:54:03 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-05-29 10:37:16 -0400
commit32acecc29d4766fd2b168cbd654667ba6be03dbb (patch)
treead2a004efada647a0d5b7508d48bbd6756ed34fd /docs/users_guide/bugs.rst
parent7a75a09403264c60a1f513b7466dc9503b966aab (diff)
downloadhaskell-32acecc29d4766fd2b168cbd654667ba6be03dbb.tar.gz
Minor spelling fixes to users guide.
Diffstat (limited to 'docs/users_guide/bugs.rst')
-rw-r--r--docs/users_guide/bugs.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/bugs.rst b/docs/users_guide/bugs.rst
index 6ce5796f6d..4372c97cef 100644
--- a/docs/users_guide/bugs.rst
+++ b/docs/users_guide/bugs.rst
@@ -435,7 +435,7 @@ undefined or implementation specific in Haskell 98.
architecture; in other words it holds 32 bits on a 32-bit machine,
and 64-bits on a 64-bit machine.
- Arithmetic on ``Int`` is unchecked for overflowoverflow\ ``Int``, so
+ Arithmetic on ``Int`` is unchecked for overflow\ ``Int``, so
all operations on ``Int`` happen modulo 2\ :sup:`⟨n⟩` where ⟨n⟩ is
the size in bits of the ``Int`` type.