Skip to content

Commit da511cf

Browse files
committed
test using table
1 parent 56763fd commit da511cf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,10 +293,12 @@ query {
293293
<td>Description</td>
294294
</tr>
295295
<tr>
296-
<td> `Url` </td>
296+
<td><pre>Url</pre></td>
297297
<td><pre lang="graphql">
298298
scalar URL
299-
@specifiedBy(url: "https://www.w3.org/Addressing/URL/url-spec.txt")
299+
@specifiedBy(url:
300+
"https://www.w3.org/Addressing/URL/url-spec.txt"
301+
)
300302
</pre>
301303
</td>
302304
<td>An url scalar that accepts string values like `https://www.w3.org/Addressing/URL/url-spec.txt` and produces `java.net.URL` objects at runtime.</td>

0 commit comments

Comments
 (0)