We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c13335f commit 148cdceCopy full SHA for 148cdce
lib/elixir/lib/code.ex
@@ -238,10 +238,10 @@ defmodule Code do
238
239
* `{:dot, inside_dot, charlist}` - the context is a dot
240
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`
+ `{:module_attribute, charlist}`, `{:unquoted_atom, charlist}` or a `dot`
+ itself. If a var is given, this may either be a remote call or a map
+ field access. Examples are `Hello.wor`, `:hello.wor`, `hello.wor`,
+ `Hello.nested.wor`, `hello.nested.wor`, and `@hello.world`
245
246
* `{:dot_arity, inside_dot, charlist}` - the context is a dot arity
247
0 commit comments