Skip to content

Commit 9135273

Browse files
authored
Fixes typo in exception message
1 parent d0a6b6a commit 9135273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ice_cube/rule.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def hash
2929
end
3030

3131
def to_ical
32-
raise MethodNotImplemented, "Expected to be overrridden by subclasses"
32+
raise MethodNotImplemented, "Expected to be overridden by subclasses"
3333
end
3434

3535
# Convert from ical string and create a rule

0 commit comments

Comments
 (0)