We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cf0265 commit 1236c06Copy full SHA for 1236c06
plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Completion/CabalFields.hs
@@ -150,7 +150,7 @@ type BuildTargetName = T.Text
150
type ModuleName = T.Text
151
152
-- | 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
+-- and the module name bound to them. If a target is a main library gives
154
-- @Nothing@, otherwise @Just target-name@
155
--
156
-- Examples of input cabal files and the outputs:
0 commit comments