Skip to content

Commit ad4c31e

Browse files
authored
Formatting fix for binary_part/3 documentation (#13495)
1 parent e705f5d commit ad4c31e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/kernel.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ defmodule Kernel do
397397
iex> binary_part("Hello", 5, -3)
398398
"llo"
399399
400-
An `ArgumentError` is raised when the size is outside of the binary:
400+
An `ArgumentError` is raised when the `size` is outside of the binary:
401401
402402
binary_part("Hello", 0, 10)
403403
** (ArgumentError) argument error

0 commit comments

Comments
 (0)