File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4005,7 +4005,7 @@ package body LSP.Ada_Handlers is
40054005 -- edits to `All_Edits`.
40064006
40074007 function To_LSP_Diagnostic
4008- (Problem : LAL_Refactor.Refactoring_Diagnotic 'Class;
4008+ (Problem : LAL_Refactor.Refactoring_Diagnostic 'Class;
40094009 Definition_Node : Defining_Name)
40104010 return LSP.Messages.Diagnostic;
40114011 -- Convert a laltool refactoring diagnostic into a LSP one.
@@ -4298,7 +4298,7 @@ package body LSP.Ada_Handlers is
42984298 -- ---------------------
42994299
43004300 function To_LSP_Diagnostic
4301- (Problem : LAL_Refactor.Refactoring_Diagnotic 'Class;
4301+ (Problem : LAL_Refactor.Refactoring_Diagnostic 'Class;
43024302 Definition_Node : Defining_Name)
43034303 return LSP.Messages.Diagnostic
43044304 is
You can’t perform that action at this time.
0 commit comments