Merge pull request #467 from elsanussi-s-mneina/patch-1

fix typo: "lowercase later" to "lowercase letter"
This commit is contained in:
Niklas Larsson 2020-07-16 14:10:56 +02:00 committed by GitHub
commit fd9de745ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ attempting to use an argument which is erased at run time.
Erasure
-------
In Idris, names which begin with a lower case later are automatically bound
In Idris, names which begin with a lower case letter are automatically bound
as implicit arguments in types, for example in the following skeleton
definition, ``n``, ``a`` and ``m`` are implicitly bound: