Merge pull request #252 from gallais/updates-cleanup

[ cosmetic ] cleanup trailing whitespace + typos
This commit is contained in:
Edwin Brady 2020-04-01 14:49:02 +01:00 committed by GitHub
commit e45e562a95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -196,7 +196,7 @@ Linearity
---------
Full details on linear arguments with multiplicity ``1`` are given in Section
:ref:`sect-multiplicities`. In brief, the intution behind multiplicity ``1`` is
:ref:`sect-multiplicities`. In brief, the intuition behind multiplicity ``1`` is
that if we have a function with a type of the following form...
.. code-block:: idris
@ -251,7 +251,7 @@ Ambiguous Name Resolution
Idris 1 worked very hard to resolve ambiguous names, by type, even if this
involved some complicated interaction with interface resolution. This could
sometimes be the cause of long type checking times. Idris 2 simplifies this, at
the cost of sometiemes requiring more programmer annotations on ambiguous
the cost of sometimes requiring more programmer annotations on ambiguous
names.
As a general rule, Idris 2 will be able to disambiguate between names which