Skip to content

Commit 908db38

Browse files
authored
Fix small typo in Retrie error message (#4075)
1 parent 7b6986b commit 908db38

File tree

1 file changed

+1
-1
lines changed
  • plugins/hls-retrie-plugin/src/Ide/Plugin

1 file changed

+1
-1
lines changed

plugins/hls-retrie-plugin/src/Ide/Plugin/Retrie.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ constructInlineFromIdentifer originParsedModule originSpan = do
651651
->
652652
let imports = mempty in
653653
constructfromFunMatches imports fun_id fun_matches
654-
_ -> return $ error "cound not find source code to inline"
654+
_ -> return $ error "could not find source code to inline"
655655

656656
asEditMap :: [(Uri, TextEdit)] -> Map.Map Uri [TextEdit]
657657
asEditMap = Map.fromListWith (++) . map (second pure)

0 commit comments

Comments
 (0)