Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ph2734 committed Dec 2, 2011
1 parent 0ec0d1a commit 4bbcf27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/play/src/test/scala/play/data/FormSpec.scala
Expand Up @@ -57,7 +57,7 @@ object FormSpec extends Specification {

val userForm = Form(
of(User)(
"name" -> of[String]}.verifying(required),
"name" -> of[String].verifying(required),
"age" -> of[Int].verifying(min(0), max(100))
)
)
Expand Down

0 comments on commit 4bbcf27

Please sign in to comment.