Skip to content

Commit 6dccefe

Browse files
mhanbergsabiwara
authored andcommitted
Fix :from_interpolation docs (#13251)
1 parent 9ea950c commit 6dccefe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/macro.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ defmodule Macro do
115115
* `:from_brackets` - Used to determine whether a call to `Access.get/3` is from
116116
bracket syntax.
117117
118-
* `:from_interpolation` - Used to determine whether a call to `Access.get/3` is
118+
* `:from_interpolation` - Used to determine whether a call to `Kernel.to_string/1` is
119119
from interpolation.
120120
121121
* `:generated` - Whether the code should be considered as generated by

0 commit comments

Comments
 (0)