Skip to content

Commit

Permalink
spec improved
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszsamson committed Dec 8, 2019
1 parent 99d7a82 commit 2dc70af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/elixir_sense/providers/definition.ex
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ defmodule ElixirSense.Providers.Definition do
defmodule Location do
@type t :: %Location{
found: boolean,
type: :module | :function | :variable | :typespec,
type: :module | :function | :variable | :typespec | nil,
file: String.t() | nil,
line: pos_integer | nil,
column: pos_integer | nil
Expand Down

0 comments on commit 2dc70af

Please sign in to comment.