mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-11-28 02:23:44 +03:00
Fix typo
This commit is contained in:
parent
f630675cfb
commit
304c29ed79
@ -67,7 +67,7 @@ the same across all backends. All signed and unsigned integrals of up to
|
||||
32 bit precision (``Int8``, ``Int16``, ``Int32``, ``Bits8``, ``Bits16``, and ``Bits32``)
|
||||
are represented by ``Number`` while ``Int64``, ``Bits64``, and ``Integer``
|
||||
are represented by ``BigInt``. The example above could therefore be
|
||||
improved by using ``Int32`` instad of ``Int``:
|
||||
improved by using ``Int32`` instead of ``Int``:
|
||||
|
||||
.. code-block:: idris
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user