Skip to content

Commit

Permalink
fix typespec
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszsamson committed Jul 7, 2023
1 parent 8a55365 commit b134c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/elixir_sense/providers/suggestion/reducers/common.ex
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ defmodule ElixirSense.Providers.Suggestion.Reducers.Common do
@type attribute :: %{
type: :attribute,
name: String.t(),
summary: String.t()
summary: String.t() | nil
}

@type variable :: %{
Expand Down

0 comments on commit b134c70

Please sign in to comment.