Skip to content

Commit

Permalink
Fix small typo in Retrie error message (#4075)
Browse files Browse the repository at this point in the history
  • Loading branch information
iustin authored Feb 15, 2024
1 parent 7b6986b commit 908db38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/hls-retrie-plugin/src/Ide/Plugin/Retrie.hs
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ constructInlineFromIdentifer originParsedModule originSpan = do
->
let imports = mempty in
constructfromFunMatches imports fun_id fun_matches
_ -> return $ error "cound not find source code to inline"
_ -> return $ error "could not find source code to inline"

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

0 comments on commit 908db38

Please sign in to comment.