Skip to content

Commit 63d9032

Browse files
tompavejosevalim
authored andcommitted
Fix a typo in the name of a parameter in the ExDoc comment for File.stream!/3 (#5160)
1 parent c61fa74 commit 63d9032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/file.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1195,7 +1195,7 @@ defmodule File do
11951195
The stream implements both `Enumerable` and `Collectable` protocols,
11961196
which means it can be used both for read and write.
11971197
1198-
The `line_or_byte` argument configures how the file is read when
1198+
The `line_or_bytes` argument configures how the file is read when
11991199
streaming, by `:line` (default) or by a given number of bytes.
12001200
12011201
Operating the stream can fail on open for the same reasons as

0 commit comments

Comments
 (0)