Skip to content

Commit

Permalink
Missing comma in doc (#934)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnalborczyk authored and hwillson committed Sep 7, 2018
1 parent 4e75f88 commit 0f4a754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/schema-directives.md
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ class LimitedLengthType extends GraphQLScalarType {
value = type.serialize(value);
assert.isAtMost(value.length, maxLength);
return value;
}
},

parseValue(value) {
return type.parseValue(value);
Expand Down

0 comments on commit 0f4a754

Please sign in to comment.