Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegIlyenko committed Mar 1, 2016
1 parent 111f681 commit 35a20a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/sangria/schema/Schema.scala
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ case class Schema[Ctx, Val](
tpe match {
case null throw new IllegalStateException(
s"A `null` value was provided instead of type for $parentInfo.\n" +
"This can happen if you have recursive type definition or circular references withing your type graph.\n" +
"This can happen if you have recursive type definition or circular references within your type graph.\n" +
"Please use no-arg function to provide fields for such types.\n" +
"You can find more info in the docs: http://sangria-graphql.org/learn/#circular-references-and-recursive-types")
case t: Named if result contains t.name
Expand Down

0 comments on commit 35a20a6

Please sign in to comment.