Skip to content

Commit 843b88c

Browse files
committed
Fix typo in hls-signature-help-plugin
1 parent 9b952c8 commit 843b88c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/hls-signature-help-plugin/src/Ide/Plugin/SignatureHelp.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ help when a space char is inserted, we probably have to use up-to-date results.
9494

9595
{-
9696
Here is a brief description of the algorithm of finding relevant bits from HIE AST
97-
1. let 'hsAppNode' = the smallest 'HsApp' AST node which contains the cursor postion
97+
1. let 'hsAppNode' = the smallest 'HsApp' AST node which contains the cursor position
9898
See 'extractInfoFromSmallestContainingFunctionApplicationAst'
9999
2. let 'functionNode' = the left-most node of 'hsAppNode'
100100
See 'getLeftMostNode'

0 commit comments

Comments
 (0)