Skip to content

Commit 8af6f0f

Browse files
committed
fix positionMapping description
1 parent 22e7171 commit 8af6f0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ghcide/src/Development/IDE/Core/Shake.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ data ShakeExtras = ShakeExtras
266266
-- ^ Map from a text document version to a PositionMapping that describes how to map
267267
-- positions in a version of that document to positions in the latest version
268268
-- First mapping is delta from previous version and second one is an
269-
-- accumulation of all previous mappings.
269+
-- accumulation to the current version.
270270
,progress :: ProgressReporting
271271
,ideTesting :: IdeTesting
272272
-- ^ Whether to enable additional lsp messages used by the test suite for checking invariants

0 commit comments

Comments
 (0)