Skip to content

Commit d13c4a9

Browse files
committed
ghcide: Spans: {AtPoint,Common,LocalBindings}: m reverts
1 parent a56bd0c commit d13c4a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ showGhc = showSD . ppr
4040
showSD :: SDoc -> T.Text
4141
showSD = T.pack . unsafePrintSDoc
4242

43-
-- | Print name dropping unique tagging.
43+
-- | Print the name, dropping the unique tagging from it.
4444
showNameWithoutUniques :: Outputable a => a -> T.Text
4545
showNameWithoutUniques = T.pack . printNameWithoutUniques
4646

0 commit comments

Comments
 (0)