Skip to content

Commit aecafc0

Browse files
alcoJosé Valim
authored andcommitted
Fix a typo in IO.inspect’s doc
Signed-off-by: José Valim <[email protected]>
1 parent 785c7d7 commit aecafc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/io.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ defmodule IO do
180180
Inspects and writes the given argument to the device.
181181
182182
It enables pretty printing by default with width of
183-
80 characters. Th width can be changed by explicitly
183+
80 characters. The width can be changed by explicitly
184184
passing the `:width` option.
185185
186186
## Examples

0 commit comments

Comments
 (0)