Skip to content

Commit f7857c1

Browse files
committed
Fix a typo
This PR is fix a typo. - s/obeservations/observations/
1 parent 8d9fd4e commit f7857c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/scientist/observation.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def cleaned_value
5858
# * The values of the observation are equal (using `==`)
5959
# * The values of the observations are equal according to a comparison
6060
# proc, if given
61-
# * The exceptions raised by the obeservations are equal according to the
61+
# * The exceptions raised by the observations are equal according to the
6262
# error comparison proc, if given.
6363
# * Both observations raised an exception with the same class and message.
6464
#

0 commit comments

Comments
 (0)