fix typo in docs/tutorial/typesfuns.rst

duplicated word
This commit is contained in:
then0rTh 2020-04-04 22:58:34 +02:00 committed by GitHub
parent 59503712f3
commit e6fe418a6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -565,7 +565,7 @@ We can also read strings from user input:
A number of other I/O operations are available. For example, by adding
``import System.File`` to your program, you get access to functions for
for reading and writing files, including:
reading and writing files, including:
.. code-block:: idris