Skip to content

Commit b3da164

Browse files
authored
Fix typo (#127)
1 parent 5743a3e commit b3da164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir_sense/core/metadata_builder.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -938,7 +938,7 @@ defmodule ElixirSense.Core.MetadataBuilder do
938938
# assume that defexception is used but fields are not known
939939
add_struct_or_exception(state, :defexception, [], {line, column})
940940

941-
# elixir < 1.12 :struct, elixir >= 1.2 :__struct__
941+
# elixir < 1.12 :struct, elixir >= 1.12 :__struct__
942942
:struct in attributes or :__struct__ in attributes ->
943943
# assume that defstruct is used but fields are not known
944944
add_struct_or_exception(state, :defstruct, [], {line, column})

0 commit comments

Comments
 (0)