Skip to content

Commit 1236c06

Browse files
VenInffendor
andauthored
Update plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Completion/CabalFields.hs
Co-authored-by: fendor <[email protected]>
1 parent 7cf0265 commit 1236c06

File tree

1 file changed

+1
-1
lines changed
  • plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Completion

1 file changed

+1
-1
lines changed

plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Completion/CabalFields.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ type BuildTargetName = T.Text
150150
type ModuleName = T.Text
151151

152152
-- | Given a cabal AST returns pairs of all respective target names
153-
-- and the module name bounded to them. If a target is a main library gives
153+
-- and the module name bound to them. If a target is a main library gives
154154
-- @Nothing@, otherwise @Just target-name@
155155
--
156156
-- Examples of input cabal files and the outputs:

0 commit comments

Comments
 (0)