File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -562,13 +562,13 @@ defmodule Code.Fragment do
562
562
`local_call`/`local_arity` and `local_or_var`, since the latter can
563
563
be a local or variable
564
564
565
- * `@` when not followed by any identifier is returned as `{:operator, '@' }`
566
- (in contrast to `{:module_attribute, '' }` in `cursor_context/2`
565
+ * `@` when not followed by any identifier is returned as `{:operator, ~c"@" }`
566
+ (in contrast to `{:module_attribute, ~c"" }` in `cursor_context/2`
567
567
568
- * This function never returns empty sigils `{:sigil, '' }` or empty structs
569
- `{:struct, '' }` as context
568
+ * This function never returns empty sigils `{:sigil, ~c"" }` or empty structs
569
+ `{:struct, ~c"" }` as context
570
570
571
- * This function returns keywords as `{:keyword, 'do' }`
571
+ * This function returns keywords as `{:keyword, ~c"do" }`
572
572
573
573
* This function never returns `:expr`
574
574
You can’t perform that action at this time.
0 commit comments