Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix typo in changelog.
  • Loading branch information
DouweM committed Feb 12, 2012
1 parent d28319d commit 754facf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -71,7 +71,7 @@ For instructions on upgrading to newer versions, visit
left_eye = Eye.new
face.right_eye = right_eye
face.left_eye = left_eye
right_eye.face = face # Will raise an error.
right_eye.visible = face # Will raise an error.

* \#1650 Objects that respond to \#to_criteria can now be merged into
existing criteria objects.
Expand Down

0 comments on commit 754facf

Please sign in to comment.