Skip to content

Commit f0d162b

Browse files
committed
Consistency: Indexing references ==> Indexing
1 parent 08f3ca8 commit f0d162b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ghcide/src/Development/IDE/Core/Compile.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ indexHieFile se mod_summary srcPath hash hf = do
547547
_ <- LSP.sendRequest LSP.SWindowWorkDoneProgressCreate (LSP.WorkDoneProgressCreateParams u) (const $ pure ())
548548
LSP.sendNotification LSP.SProgress $ LSP.ProgressParams u $
549549
LSP.Begin $ LSP.WorkDoneProgressBeginParams
550-
{ _title = "Indexing references"
550+
{ _title = "Indexing"
551551
, _cancellable = Nothing
552552
, _message = Nothing
553553
, _percentage = Nothing

0 commit comments

Comments
 (0)