Skip to content

Commit 6745f77

Browse files
IKyriazisjosevalim
authored andcommitted
is -> us (#13072)
1 parent 7923e4f commit 6745f77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/pages/getting-started/io-and-the-file-system.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ iex> IO.write(pid, "hello")
129129

130130
After `IO.write/2`, we can see the request sent by the `IO` module printed out (a four-elements tuple). Soon after that, we see that it fails since the `IO` module expected some kind of result, which we did not supply.
131131

132-
By modeling IO devices with processes, the Erlang VM allows is to even read and write to files across nodes. Neat!
132+
By modeling IO devices with processes, the Erlang VM allows us to even read and write to files across nodes. Neat!
133133

134134
## `iodata` and `chardata`
135135

0 commit comments

Comments
 (0)