Skip to content

Commit d41f0cf

Browse files
authored
Update doc comment in tactic Util.hs
1 parent ce58d86 commit d41f0cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/hls-tactics-plugin/test/Utils.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ codeActionTitle (InR(CodeAction title _ _ _ _ _ _ _)) = Just title
6161
mkTest
6262
:: Foldable t
6363
=> String -- ^ The test name
64-
-> FilePath -- ^ The file basename to load
64+
-> FilePath -- ^ The file name stem (without extension) to load
6565
-> Int -- ^ Cursor line
6666
-> Int -- ^ Cursor columnn
6767
-> t ( Bool -> Bool -- Use 'not' for actions that shouldnt be present

0 commit comments

Comments
 (0)