Skip to content

Commit a6a8b05

Browse files
committedSep 2, 2017
correct spelling mistake
1 parent 4c781b0 commit a6a8b05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎lib/validation/rule/uuid.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module Validation
33
module Rule
44
class Uuid
55
class UnknownVersion < StandardError; end
6-
# params can be any of the folowing:
6+
# params can be any of the following:
77
#
88
# - :version - v4
99
# v5

0 commit comments

Comments
 (0)
Please sign in to comment.