Skip to content

Commit

Permalink
Merge pull request #139 from Yunus1903/patch-1
Browse files Browse the repository at this point in the history
Fix BigDecimal and BigInteger package name in README
  • Loading branch information
dondonz authored Jun 25, 2024
2 parents 99a3875 + bdaec03 commit 4f3f533
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,11 +308,11 @@ query {
</tr>
<tr>
<td><pre lang="graphql">scalar GraphQLBigDecimal</pre></td>
<td>A scalar which represents <code>java.lang.BigDecimal<code></td>
<td>A scalar which represents <code>java.math.BigDecimal<code></td>
</tr>
<tr>
<td><pre lang="graphql">scalar GraphQLBigInteger</pre></td>
<td>A scalar which represents <code>java.lang.BigInteger<code></td>
<td>A scalar which represents <code>java.math.BigInteger<code></td>
</tr>
<tr>
<td><pre lang="graphql">scalar GraphQLChar</pre></td>
Expand Down

0 comments on commit 4f3f533

Please sign in to comment.