Skip to content

Commit

Permalink
Merge pull request idris-lang#265 from then0rTh/patch-1
Browse files Browse the repository at this point in the history
fix typo in docs/tutorial/typesfuns.rst
  • Loading branch information
edwinb authored Apr 6, 2020
2 parents 3689713 + e6fe418 commit e383c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/typesfuns.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e383c27

Please sign in to comment.