1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

fix punctuation in activemodel/errors [ci skip]

This commit is contained in:
Francesco Rodriguez 2012-06-25 02:23:33 -05:00
parent d5badc4513
commit 5130d862a5

View file

@ -436,7 +436,7 @@ module ActiveModel
end
# Raised when a validation cannot be corrected by end users and are considered
# exceptional
# exceptional.
class StrictValidationFailed < StandardError
end
end