Skip to content

Commit

Permalink
fix positionMapping description
Browse files Browse the repository at this point in the history
  • Loading branch information
soulomoon committed Dec 25, 2023
1 parent 22e7171 commit 8af6f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ghcide/src/Development/IDE/Core/Shake.hs
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ data ShakeExtras = ShakeExtras
-- ^ Map from a text document version to a PositionMapping that describes how to map
-- positions in a version of that document to positions in the latest version
-- First mapping is delta from previous version and second one is an
-- accumulation of all previous mappings.
-- accumulation to the current version.
,progress :: ProgressReporting
,ideTesting :: IdeTesting
-- ^ Whether to enable additional lsp messages used by the test suite for checking invariants
Expand Down

0 comments on commit 8af6f0f

Please sign in to comment.