Skip to content

Commit 4c7b35c

Browse files
committed
another attempt
1 parent 2add785 commit 4c7b35c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/language_server/test/providers/signature_help/signature_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1325,7 +1325,7 @@ defmodule ElixirLS.LanguageServer.Providers.SignatureHelp.SignatureTest do
13251325
documentation: "Returns the module" <> _,
13261326
name: "impl_for",
13271327
params: ["data"],
1328-
spec: "@spec impl_for(term()) :: atom | nil"
1328+
spec: "@spec impl_for(term) :: atom | nil"
13291329
}
13301330
]
13311331
} = res

0 commit comments

Comments
 (0)