Skip to content

Commit 148cdce

Browse files
wojtekmachjosevalim
authored andcommitted
Update Code.cursor_context/2 docs (#10931)
1 parent c13335f commit 148cdce

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/elixir/lib/code.ex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -238,10 +238,10 @@ defmodule Code do
238238
239239
* `{:dot, inside_dot, charlist}` - the context is a dot
240240
where `inside_dot` is either a `{:var, charlist}`, `{:alias, charlist}`,
241-
`{:module_attribute, charlist}`, `{:unquoted_atom, charlist}` or a `dot
242-
itself. If a var is given, this may either be a remote call or a map
243-
field access. Examples are `Hello.wor`, `:hello.wor`, `hello.wor`,
244-
`Hello.nested.wor`, `hello.nested.wor`, and `@hello.world`
241+
`{:module_attribute, charlist}`, `{:unquoted_atom, charlist}` or a `dot`
242+
itself. If a var is given, this may either be a remote call or a map
243+
field access. Examples are `Hello.wor`, `:hello.wor`, `hello.wor`,
244+
`Hello.nested.wor`, `hello.nested.wor`, and `@hello.world`
245245
246246
* `{:dot_arity, inside_dot, charlist}` - the context is a dot arity
247247
where `inside_dot` is either a `{:var, charlist}`, `{:alias, charlist}`,

0 commit comments

Comments
 (0)