We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a0db2e commit 3768087Copy full SHA for 3768087
lib/elixir/lib/kernel/special_forms.ex
@@ -93,7 +93,7 @@ defmodule Kernel.SpecialForms do
93
The utf8, utf16, and utf32 types are for UTF code points. They
94
can also be applied to literal strings and char lists:
95
96
- iex> <<"foo" :: utf16>>.
+ iex> <<"foo" :: utf16>>
97
<<0,102,0,111,0,111>>
98
99
The bits type is an alias for bitstring. The bytes type is an
0 commit comments