Skip to content

Commit fa81996

Browse files
committed
replace backticks with code tag
1 parent 81a0182 commit fa81996

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ scalar UUID
208208
"https://tools.ietf.org/html/rfc4122"
209209
)
210210
</pre></td>
211-
<td>A universally unique identifier scalar that accepts uuid values like `2423f0a0-3b81-4115-a189-18df8b35e8fc` and produces `java.util.UUID` instances at runtime.</td>
211+
<td>A universally unique identifier scalar that accepts uuid values like <code>2423f0a0-3b81-4115-a189-18df8b35e8fc</code> and produces <code>java.util.UUID</code> instances at runtime.</td>
212212
</tr>
213213
</table>
214214

@@ -451,7 +451,7 @@ scalar URL
451451
"https://www.w3.org/Addressing/URL/url-spec.txt"
452452
)
453453
</pre></td>
454-
<td>An url scalar that accepts string values like `https://www.w3.org/Addressing/URL/url-spec.txt` and produces <code>java.net.URL</code> objects at runtime.</td>
454+
<td>An url scalar that accepts string values like https://www.w3.org/Addressing/URL/url-spec.txt and produces <code>java.net.URL</code> objects at runtime.</td>
455455
</tr>
456456
</table>
457457

0 commit comments

Comments
 (0)