Skip to content

Commit 71464dc

Browse files
committed
fix javadoc
1 parent 81610bf commit 71464dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/graphql/normalized/NormalizedInputValue.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public String getType() {
2626
/**
2727
* Depending on the type it returns:
2828
* Scala or Enum: the value of the Scalar.
29-
* InputObject: the value is a map of field-name => NormalizedInputValue
29+
* InputObject: the value is a map of field-name to NormalizedInputValue
3030
*
3131
* @return
3232
*/

0 commit comments

Comments
 (0)