Skip to content

Commit a4adaa8

Browse files
authored
Fix moduledoc for Code: close backtick (#13884)
1 parent 290ad65 commit a4adaa8

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
@@ -123,7 +123,7 @@ defmodule Code do
123123
of the imported function/macro. A :remote_function/:remote_macro event
124124
may still be emitted for the imported module/name/arity.
125125
126-
* `{:imported_quoted, meta, module, name, [arity]} - traced whenever an
126+
* `{:imported_quoted, meta, module, name, [arity]}` - traced whenever an
127127
imported function or macro is processed inside a `quote/2`. `meta` is the
128128
call AST metadata, `module` is the module the import is from, followed by
129129
the `name` and a list of `arities` of the imported function/macro.

0 commit comments

Comments
 (0)