Skip to content

Commit

Permalink
Changes description for ShortRecordError and LongRecordError
Browse files Browse the repository at this point in the history
  • Loading branch information
melriffe committed Sep 28, 2014
1 parent 5746739 commit 7792ff3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/flat/errors.rb
Expand Up @@ -20,13 +20,13 @@ class RecordLengthError < FlatFileError; end

# = ShortRecordError
#
# The incoming line was shorter than expections defined.
# The incoming line was shorter than the defined width.
#
class ShortRecordError < RecordLengthError; end

# = LongRecordError
#
# The incoming line was longer than expections defined.
# The incoming line was longer than the defined width.
#
class LongRecordError < RecordLengthError; end

Expand Down

0 comments on commit 7792ff3

Please sign in to comment.