Skip to content

Commit

Permalink
docs(lua): rename ht class
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Jan 15, 2023
1 parent a380cfd commit cbf90bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/haskell-tools/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

---@mod haskell-tools The haskell-tools module

---@class haskell-tools
---@class ht
---@field config HaskellToolsConfig? The configuration
---@field log HaskellToolsLogger? The logging module
---@field lsp HaskellToolsLspClient? The LSP module
Expand All @@ -23,7 +23,7 @@

---Entry-point into this plugin's public API.
---
---@type haskell-tools
---@type ht
local ht = {
config = nil,
log = nil,
Expand Down

0 comments on commit cbf90bc

Please sign in to comment.