We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b6986b commit 908db38Copy full SHA for 908db38
plugins/hls-retrie-plugin/src/Ide/Plugin/Retrie.hs
@@ -651,7 +651,7 @@ constructInlineFromIdentifer originParsedModule originSpan = do
651
->
652
let imports = mempty in
653
constructfromFunMatches imports fun_id fun_matches
654
- _ -> return $ error "cound not find source code to inline"
+ _ -> return $ error "could not find source code to inline"
655
656
asEditMap :: [(Uri, TextEdit)] -> Map.Map Uri [TextEdit]
657
asEditMap = Map.fromListWith (++) . map (second pure)
0 commit comments