Skip to content

Commit 9cae962

Browse files
committed
Remove an erroneous comment from String.to_char_list's doc
1 parent da09caf commit 9cae962

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/elixir/lib/string.ex

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1385,10 +1385,6 @@ defmodule String do
13851385
13861386
iex> String.to_char_list("æß")
13871387
'æß'
1388-
1389-
Notice that this function expects a list of integers representing
1390-
UTF-8 codepoints. If you have a raw binary, you must instead use
1391-
[the `:binary` module](http://erlang.org/doc/man/binary.html).
13921388
"""
13931389
@spec to_char_list(t) :: char_list
13941390
def to_char_list(string) when is_binary(string) do

0 commit comments

Comments
 (0)