Skip to content

Commit 7e1e6e9

Browse files
Fix to_string doc
1 parent 1c05790 commit 7e1e6e9

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
@@ -3392,7 +3392,7 @@ defmodule Kernel do
33923392
Converts the argument to a string according to the
33933393
`String.Chars` protocol.
33943394
3395-
This is the function invoked when there is string interpolation.
3395+
This is the macro invoked when there is string interpolation.
33963396
33973397
## Examples
33983398

0 commit comments

Comments
 (0)