We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b05286 commit 148ad54Copy full SHA for 148ad54
lib/ex_doc/language.ex
@@ -64,7 +64,7 @@ defmodule ExDoc.Language do
64
%{
65
line: non_neg_integer() | nil,
66
specs: [spec_ast()],
67
- doc_fallback: (-> ExDoc.DocAST.t()) | nil,
+ doc_fallback: (() -> ExDoc.DocAST.t()) | nil,
68
extra_annotations: [String.t()]
69
}
70
| :skip
0 commit comments