From a06af75229ada643d6ff2cd461101b80007f89d5 Mon Sep 17 00:00:00 2001 From: Wojtek Mach Date: Tue, 20 Apr 2021 12:21:24 +0200 Subject: [PATCH] Update Code.cursor_context/2 docs --- lib/elixir/lib/code.ex | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/elixir/lib/code.ex b/lib/elixir/lib/code.ex index 4fa918df060..75e7463813b 100644 --- a/lib/elixir/lib/code.ex +++ b/lib/elixir/lib/code.ex @@ -238,10 +238,10 @@ defmodule Code do * `{:dot, inside_dot, charlist}` - the context is a dot where `inside_dot` is either a `{:var, charlist}`, `{:alias, charlist}`, - `{: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` + `{: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` * `{:dot_arity, inside_dot, charlist}` - the context is a dot arity where `inside_dot` is either a `{:var, charlist}`, `{:alias, charlist}`,