Skip to content

Commit 3768087

Browse files
committed
Fix failing doctest
1 parent 4a0db2e commit 3768087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/kernel/special_forms.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ defmodule Kernel.SpecialForms do
9393
The utf8, utf16, and utf32 types are for UTF code points. They
9494
can also be applied to literal strings and char lists:
9595
96-
iex> <<"foo" :: utf16>>.
96+
iex> <<"foo" :: utf16>>
9797
<<0,102,0,111,0,111>>
9898
9999
The bits type is an alias for bitstring. The bytes type is an

0 commit comments

Comments
 (0)