Skip to content

Commit

Permalink
fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tycooon committed Oct 27, 2022
1 parent 1420b35 commit ecd3501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/lamian/logger_extension.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def add(...)
end

# @api stdlib
# log is an alis for add and should also be prepended
# log is an alias for add and should also be prepended
def log(...)
Logger.current.add(...)
super
Expand Down

0 comments on commit ecd3501

Please sign in to comment.