diff --git a/doc/release_notes/3.85.0.txt b/doc/release_notes/3.85.0.txt index 194b96d7..9bb2f56a 100644 --- a/doc/release_notes/3.85.0.txt +++ b/doc/release_notes/3.85.0.txt @@ -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