Skip to content

Commit 0a7e40f

Browse files
fendorVeryMilkyJoe
andauthored
Apply suggestions from code review
Co-authored-by: VeryMilkyJoe <[email protected]>
1 parent 21c234f commit 0a7e40f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ Provided by: `hls-cabal-plugin`
322322

323323
Code action kind: `quickfix`
324324

325-
Add a missing dependency to your `.cabal` file.
325+
Add a missing package dependency to your `.cabal` file.
326326

327327
## Code lenses
328328

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ cabalRules recorder plId = do
257257
[ "The used `cabal-version` is not fully supported by this `HLS` binary."
258258
, "Either the `cabal-version` is unknown, or too new for this executable."
259259
, "This means that some functionality might not work as expected."
260-
, "If you face any issues, try downgrading to a supported `cabal-version` or upgrading `HLS` if available."
260+
, "If you face any issues, try downgrading to a supported `cabal-version` or upgrading `HLS` if possible."
261261
, ""
262262
, "Supported versions are: " <>
263263
List.intercalate ", "

0 commit comments

Comments
 (0)