Skip to content

Commit df491d0

Browse files
committed
ghcide: Spans: AtPoint: documentHighlight: m upd doc
1 parent 2c4100d commit df491d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ghcide/src/Development/IDE/Spans/AtPoint.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ documentHighlight
156156
:: Monad m
157157
=> HieASTs a -- ^ get AST
158158
-> RefMap a -- ^ get map of identifiers to spans
159-
-> Position -- ^ get position
159+
-> Position -- ^ find identifier to highlight
160160
-> MaybeT m [DocumentHighlight]
161161
documentHighlight hf rf pos = pure highlights
162162
where

0 commit comments

Comments
 (0)