Skip to content

Commit 22f2fa9

Browse files
eksperimentaljosevalim
authored andcommitted
Add missing backtick in Code.cursor_context/2 (#10943)
1 parent 148cdce commit 22f2fa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/code.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ defmodule Code do
247247
where `inside_dot` is either a `{:var, charlist}`, `{:alias, charlist}`,
248248
`{:module_attribute, charlist}`, `{:unquoted_atom, charlist}` or a `dot`
249249
itself. If a var is given, it must be a remote arity. Examples are
250-
`Hello.world/`, `:hello.world/`, `hello.world/2`, and `@hello.world/2
250+
`Hello.world/`, `:hello.world/`, `hello.world/2`, and `@hello.world/2`
251251
252252
* `{:dot_call, inside_dot, charlist}` - the context is a dot
253253
call. This means parentheses or space have been added after the expression.

0 commit comments

Comments
 (0)