Skip to content

Commit

Permalink
Fix typo in 3.85.0 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyevans committed Oct 11, 2024
1 parent 99a6c2e commit 13ad4ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/release_notes/3.85.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

Symbol matchers can build upon class matchers (and vice-versa):

symbol_matcher :ActiveEmployee, Employee |employee|
symbol_matcher :ActiveEmployee, Employee do |employee|
employee if employee.active?
end

Expand Down

0 comments on commit 13ad4ed

Please sign in to comment.