Skip to content

Commit 558c121

Browse files
exceptions: fix wording
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
1 parent 4494e0d commit 558c121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Library/Homebrew/exceptions.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ class LegacyDSLError < StandardError
8282

8383
def initialize(attr, value)
8484
@attr = attr
85-
super "legacy DSL is used: #{attr} (#{value.inspect})"
85+
super "A legacy DSL was used: #{attr} (#{value.inspect})"
8686
end
8787
end
8888

0 commit comments

Comments
 (0)