Skip to content

Commit

Permalink
README.md: Fix typo (an File to a File)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorgalvao authored May 25, 2020
1 parent 45ec919 commit ab20bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ IO.console -> #<File:/dev/tty>
IO.console(sym, *args)
```

Returns an File instance opened console.
Returns a File instance opened console.

If `sym` is given, it will be sent to the opened console with `args` and the result will be returned instead of the console IO itself.

Expand Down

0 comments on commit ab20bde

Please sign in to comment.