Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/scientist/observation.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def cleaned_value
# * The values of the observation are equal (using `==`)
# * The values of the observations are equal according to a comparison
# proc, if given
# * The exceptions raised by the obeservations are equal according to the
# * The exceptions raised by the observations are equal according to the
# error comparison proc, if given.
# * Both observations raised an exception with the same class and message.
#
Expand Down