Skip to content

Commit

Permalink
Fix wrong comment references (#460)
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
tagliala authored Dec 13, 2023
1 parent b43635f commit 615589b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/haml_lint/adapter/haml_5.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def precompile
# The Haml parser to adapt for HamlLint
#
# @api private
# @return [Haml::Parser] the Haml 4 parser
# @return [Haml::Parser] the Haml 5 parser
attr_reader :parser

# The Haml code to parse
Expand Down
4 changes: 2 additions & 2 deletions lib/haml_lint/adapter/haml_6.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module HamlLint
class Adapter
# Adapts the Haml::Parser from Haml 5 for use in HamlLint
# Adapts the Haml::Parser from Haml 6 for use in HamlLint
# :reek:UncommunicativeModuleName
class Haml6 < Adapter
# Parses the specified Haml code into an abstract syntax tree
Expand Down Expand Up @@ -46,7 +46,7 @@ def precompile
# The Haml parser to adapt for HamlLint
#
# @api private
# @return [Haml::Parser] the Haml 4 parser
# @return [Haml::Parser] the Haml 6 parser
attr_reader :parser

# The Haml code to parse
Expand Down

0 comments on commit 615589b

Please sign in to comment.