We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2add785 commit 4c7b35cCopy full SHA for 4c7b35c
apps/language_server/test/providers/signature_help/signature_test.exs
@@ -1325,7 +1325,7 @@ defmodule ElixirLS.LanguageServer.Providers.SignatureHelp.SignatureTest do
1325
documentation: "Returns the module" <> _,
1326
name: "impl_for",
1327
params: ["data"],
1328
- spec: "@spec impl_for(term()) :: atom | nil"
+ spec: "@spec impl_for(term) :: atom | nil"
1329
}
1330
]
1331
} = res
0 commit comments